Expand description
Draw commands for GPU rendering.
All rendering reduces to these primitives.
Structs§
- BoxStyle
- Box style for rectangles and circles.
- Shadow
- Shadow configuration.
- Stroke
Style - Stroke style for path rendering.
- Transform2D
- 2D transformation matrix.
Enums§
- Draw
Command - Drawing primitive - all rendering reduces to these.
- Fill
Rule - Fill rule for path filling.
- LineCap
- Line cap style.
- Line
Join - Line join style.
- Sampling
- Image sampling mode.