Module command

Source
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§

BarrierRequirement
Specifies synchronization requirements for rendering operations.

Traits§

AsAny
Trait providing type erasure capabilities for command objects.
DrawCommand
Trait for graphics rendering commands that can be processed by draw pipelines.