Interface XRProjectionLayerInit

    interface XRProjectionLayerInit {
        colorFormat?: number;
        depthFormat?: number;
        scaleFactor?: number;
        textureType?: XRTextureType;
    }

    Properties

    colorFormat?: number
    depthFormat?: number
    scaleFactor?: number
    textureType?: XRTextureType