Interface XRProjectionLayerInit

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

Properties

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