Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface XRWebGLLayerInit

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

    Properties

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