Skip to main content

GPUComputeInstance

Type Alias GPUComputeInstance 

Source
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