Type Alias XRProjectionLayerInit

Source
pub(crate) type XRProjectionLayerInit = XRProjectionLayerInit;

Aliased Type§

pub(crate) struct XRProjectionLayerInit {
    pub alpha: bool,
    pub depth: bool,
    pub scaleFactor: Finite<f64>,
    pub stencil: bool,
}

Fields§

§alpha: bool§depth: bool§scaleFactor: Finite<f64>§stencil: bool