Expand description
Compute command trait and related types.
This module defines the ComputeCommand
trait that marks structs as compute operations
that can be processed by the GPU compute pipeline system.
Traitsยง
- Compute
Command - Trait for GPU compute operations that can be dispatched through the unified command system.