Module composite

Module composite 

Source
Expand description

Composite command expansion for Tessera render graphs.

§Usage

Expand composite commands into draw/compute ops before rendering.

Structs§

CompositeBatchItem
Strongly typed metadata describing a composite command within a batch.
CompositeContext
Context provided to composite pipelines during expansion.
CompositeOutput
Composite pipeline output for a batch.
CompositePipelineRegistry
Registry for managing and dispatching composite pipelines.
CompositeReplacement
Replacement ops emitted for a composite command.
ErasedCompositeBatchItem
Type-erased metadata describing a composite command within a batch.

Traits§

CompositePipeline
Trait for pipelines that expand composite commands into graph ops.