Skip to main content

Module task

Module task 

Source

Structs§

DrawTaskQueue
A fixed-capacity queue of draw tasks (strictly zero-allocation).
SoftwareDrawUnit
Default software draw unit implementing rasterization via RenderCtx.

Enums§

DrawTask
Discrete atomic 2D drawing task generated during UI traversal.

Traits§

DrawUnit
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.