We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a38c04 commit a92820fCopy full SHA for a92820f
types/webxr/index.d.ts
@@ -954,7 +954,7 @@ interface XRProjectionLayer extends XRCompositionLayer {
954
readonly textureWidth: number;
955
readonly textureHeight: number;
956
readonly textureArrayLength: number;
957
- readonly ignoreDepthValues: number;
+ readonly ignoreDepthValues: boolean;
958
fixedFoveation: number;
959
}
960
0 commit comments