Module draw

Module draw 

Source
Expand description

Draw commands for GPU rendering.

All rendering reduces to these primitives.

Structs§

BoxStyle
Box style for rectangles and circles.
Shadow
Shadow configuration.
StrokeStyle
Stroke style for path rendering.
Transform2D
2D transformation matrix.

Enums§

DrawCommand
Drawing primitive - all rendering reduces to these.
FillRule
Fill rule for path filling.
LineCap
Line cap style.
LineJoin
Line join style.
Sampling
Image sampling mode.

Type Aliases§

PathRef
Reference to a path in the path buffer.
TensorRef
Reference to a tensor in the tensor buffer.