Skip to main content

DepthMaterial

Type Alias DepthMaterial 

Source
pub type DepthMaterial = ExtendedMaterial<StandardMaterial, DepthExtension>;

Aliased Type§

pub struct DepthMaterial {
    pub base: StandardMaterial,
    pub extension: DepthExtension,
}

Fields§

§base: StandardMaterial§extension: DepthExtension