Interface XRWebGLLayerInit

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

    Properties

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