Structs§
- Draw
Task Queue - A fixed-capacity queue of draw tasks (strictly zero-allocation).
- Software
Draw Unit - Default software draw unit implementing rasterization via
RenderCtx.
Enums§
- Draw
Task - Discrete atomic 2D drawing task generated during UI traversal.
Traits§
- Draw
Unit - A pluggable hardware or software rendering unit.
Functions§
- dispatch_
draw_ tasks - Dispatches a queue of draw tasks through a list of draw units with a fallback unit.