Expand description
Handles paint layers, i.e. how things are sometimes painted behind or in front of other things.
Structs§
- Graphic
Layers - This is where painted
Shapes end up during a frame. - LayerId
- An identifier for a paint layer.
Also acts as an identifier for
crate::Area:s. - Paint
List - A list of
Shapes paired with a clip rectangle. - Shape
Idx - A unique identifier of a specific
Shapein aPaintList.
Enums§
- Order
- Different layer categories