Skip to main content

Module display

Module display 

Source
Expand description

Grid display list — records the sequence of viewport and drawing operations.

The display list is the grid equivalent of a “scene graph”. It records push/pop viewport operations and grob draws in order, so the entire scene can be replayed through any renderer (SVG, egui, PDF, etc.).

Structs§

DisplayList
An ordered list of display items that records the full scene.

Enums§

DisplayItem
A single item in the display list.