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§
- Display
List - An ordered list of display items that records the full scene.
Enums§
- Display
Item - A single item in the display list.