Module drawer

Source
Expand description

Graphics rendering pipeline management.

This module provides the drawing infrastructure for the unified command system, handling graphics pipeline registration and command dispatch.

Re-exports§

pub use command::BarrierRequirement;
pub use command::DrawCommand;

Modules§

command
Draw command traits and barrier requirements.

Structs§

Drawer
Drawer manages graphics pipelines and processes draw commands.
PipelineRegistry
Registry for managing and dispatching drawable pipelines.

Traits§

DrawablePipeline
Core trait for implementing custom graphics rendering pipelines.