logo

Type Definition bevy::pbr::RenderMaterials

[]
pub type RenderMaterials<T> = HashMap<Handle<T>, PreparedMaterial<T>, RandomState, Global>;
Expand description

Stores all prepared representations of Material assets for as long as they exist.