Expand description
Render command definitions for frame graphs
Structs§
- Padding
Rect - Padding values for all four sides of a rectangle.
Enums§
- Command
- Unified command enum that can represent either a draw or compute operation.
- Draw
Region - Defines the drawing region for a rendering command.
- Sample
Region - Defines the sampling requirements for a rendering command that needs a barrier.
Traits§
- Composite
Command - Trait for composite rendering commands that expand into draw/compute ops.