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ยง
- Command
- Unified command enum that can represent either a draw or compute operation.