Skip to content

Commit

Permalink
apply review comments take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Oct 6, 2023
1 parent 4342390 commit 24c2fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ The {{XRWebGLDepthInformation/texture}} attribute contains depth buffer informat

The {{XRWebGLDepthInformation/textureType}} attribute describes if the texture is of type {{TEXTURE_2D}} or {{TEXTURE_2D_ARRAY}}.

The {{XRWebGLDepthInformation/imageIndex}} attribute returns the offset into the texture array. It MUST be defined when textureType is equal to {{TEXTURE_2D_ARRAY}} and MUST be undefined if it's {{TEXTURE_2D}}.
The {{XRWebGLDepthInformation/imageIndex}} attribute returns the offset into the texture array. It MUST be defined when {{XRWebGLDepthInformation/textureType}} is equal to {{TEXTURE_2D_ARRAY}} and MUST be undefined if it's {{TEXTURE_2D}}.

<script type="idl">
partial interface XRWebGLBinding {
Expand Down

0 comments on commit 24c2fc6

Please sign in to comment.