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.
- Pipeline
Registry - Registry for managing and dispatching drawable pipelines.
Traits§
- Drawable
Pipeline - Core trait for implementing custom graphics rendering pipelines.