Skip to main content

MaterialInstance

Type Alias MaterialInstance 

Source
pub type MaterialInstance = BindingInstance<Material>;
Expand description

A Material’s bind group — the values a shader actually reads from (textures, samplers, uniforms) for one draw.

Aliased Type§

pub struct MaterialInstance { /* private fields */ }