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