pub type ComputeInstance = BindingInstance<Compute>;Expand description
A Compute pipeline’s bind group — the buffers/textures it reads and
writes for one dispatch.
Aliased Type§
pub struct ComputeInstance { /* private fields */ }pub type ComputeInstance = BindingInstance<Compute>;A Compute pipeline’s bind group — the buffers/textures it reads and
writes for one dispatch.
pub struct ComputeInstance { /* private fields */ }