Skip to content

Commit a92820f

Browse files
authored
fix(webxr): wrong type for XRProjectionLayer.ignoreDepthValues (DefinitelyTyped#72502)
1 parent 3a38c04 commit a92820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/webxr/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ interface XRProjectionLayer extends XRCompositionLayer {
954954
readonly textureWidth: number;
955955
readonly textureHeight: number;
956956
readonly textureArrayLength: number;
957-
readonly ignoreDepthValues: number;
957+
readonly ignoreDepthValues: boolean;
958958
fixedFoveation: number;
959959
}
960960

0 commit comments

Comments
 (0)