Interface XRWebGLLayerInit

interface XRWebGLLayerInit {
    antialias?: boolean;
    depth?: boolean;
    stencil?: boolean;
    alpha?: boolean;
    ignoreDepthValues?: boolean;
    framebufferScaleFactor?: number;
}

Properties

antialias?: boolean
depth?: boolean
stencil?: boolean
alpha?: boolean
ignoreDepthValues?: boolean
framebufferScaleFactor?: number