pub trait ComputeCommand:
AsAny
+ Send
+ Sync {
// Required method
fn barrier(&self) -> BarrierRequirement;
}
Expand description
Trait for GPU compute operations that can be dispatched through the unified command system.
pub trait ComputeCommand:
AsAny
+ Send
+ Sync {
// Required method
fn barrier(&self) -> BarrierRequirement;
}
Trait for GPU compute operations that can be dispatched through the unified command system.