pub(crate) type XRWebGLLayerInit = XRWebGLLayerInit;
Aliased Type§
pub(crate) struct XRWebGLLayerInit {
pub alpha: bool,
pub antialias: bool,
pub depth: bool,
pub framebufferScaleFactor: Finite<f64>,
pub ignoreDepthValues: bool,
pub stencil: bool,
}
Fields§
§alpha: bool
§antialias: bool
§depth: bool
§framebufferScaleFactor: Finite<f64>
§ignoreDepthValues: bool
§stencil: bool