pub type GPUComputeInstance = GPUBindingInstance<GPUCompute>;Expand description
A compute instance uploaded to the GPU — GPUBindingInstance bound
against a GPUCompute.
Aliased Type§
pub struct GPUComputeInstance {
pub target: RawAssetHandle,
pub bind_group: BindGroup,
/* private fields */
}Fields§
§target: RawAssetHandle§bind_group: BindGroup