File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ Projection layers should be refreshed close to the device's native frame rate.
442442[Exposed=Window] interface XRProjectionLayer : XRCompositionLayer {
443443 readonly attribute unsigned long textureWidth;
444444 readonly attribute unsigned long textureHeight;
445- readonly attribute unsigned long textureLayers ;
445+ readonly attribute unsigned long textureArrayLength ;
446446
447447 readonly attribute boolean ignoreDepthValues;
448448};
@@ -454,7 +454,7 @@ the [=colorTextures=] textures of this layer.
454454The <dfn attribute for="XRProjectionLayer">textureHeight</dfn> attribute returns the height in pixels of
455455the [=colorTextures=] textures of this layer.
456456
457- The <dfn attribute for="XRProjectionLayer">textureLayers </dfn> attribute returns the number of layers of
457+ The <dfn attribute for="XRProjectionLayer">textureArrayLength </dfn> attribute returns the number of layers of
458458the [=colorTextures=] textures of this layer if the {{XRProjectionLayer}} was initialized with a
459459{{XRProjectionLayerInit/textureType}} of {{"texture-array"}} . Otherwise it will return <code> 1</code> .
460460
You can’t perform that action at this time.
0 commit comments