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