Module render_scene

Module render_scene 

Source
Expand description

Render command definitions for frame graphs

Structs§

PaddingRect
Padding values for all four sides of a rectangle.

Enums§

Command
Unified command enum that can represent either a draw or compute operation.
DrawRegion
Defines the drawing region for a rendering command.
SampleRegion
Defines the sampling requirements for a rendering command that needs a barrier.

Traits§

CompositeCommand
Trait for composite rendering commands that expand into draw/compute ops.