Expand description
Draw command traits and barrier requirements.
This module defines the core traits and types for graphics rendering commands in the unified command system.
Enums§
- Barrier
Requirement - Specifies synchronization requirements for rendering operations.
Traits§
- AsAny
- Trait providing type erasure capabilities for command objects.
- Draw
Command - Trait for graphics rendering commands that can be processed by draw pipelines.