Skip to content

Commit 54efdc8

Browse files
committed
make space warp non-experimental + cover case where not depth or motion is submitted
1 parent 74a5958 commit 54efdc8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webxrlayers-1.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,6 @@ Other layers types MUST continue to be sorted as before.
20012001

20022002
Space warp {#spacewarp}
20032003
==========
2004-
<div class="unstable">
20052004

20062005
<dfn>Space warp</dfn> is a technology that improves the [=XR Compositor=]'s reprojection.
20072006
By submitting a {{XRWebGLSubImage/motionVectorTexture}} along with a {{XRWebGLSubImage/depthStencilTexture}}
@@ -2012,7 +2011,7 @@ If "[=space-warp=]" is enabled, the [=XR Compositor=] MUST make use of depth val
20122011

20132012
The {{XRWebGLSubImage/motionVectorTexture}} MUST be in {{RGBA16F}} format. The author SHOULD fill in the RGB components of this texture with the speed in meters per second of that area with the red pixel corresponding with the x axis, green the y axis and blue the z axis.
20142013

2015-
</div>
2014+
If the {{XRWebGLSubImage/motionVectorTexture}} or {{XRWebGLSubImage/depthStencilTexture}} were not submitted during the processing of the {{XRFrame}}, the [=XR Compositor=] MUST process the {{XRFrame}} as if [=space warp=] was not enabled.
20162015

20172016
WebXR Device API Integration {#webxrintegration}
20182017
============================

0 commit comments

Comments
 (0)