Module command

Module command 

Source
Expand description

Unified command system for rendering and computation.

This module defines the Command enum that unifies draw and compute operations into a single type, enabling seamless integration of graphics and compute pipelines in the rendering workflow.

Enums§

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

Traits§

AsAny
Trait providing type erasure capabilities for command objects.