From 24c2fc6133f896d355db1b2961647f1954729d77 Mon Sep 17 00:00:00 2001 From: Rik Cabanier Date: Fri, 6 Oct 2023 21:20:54 +0000 Subject: [PATCH] apply review comments take 2 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 73d8ab9..d827c33 100755 --- a/index.bs +++ b/index.bs @@ -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}}.