You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11.1. XRRenderState changes
This module extends the XRRenderStateInit and XRRenderState interfaces with a new optional array layers containing instances of XRLayer.
Reading the spec, I see the following:
11.1. XRRenderState changes
This module extends the XRRenderStateInit and XRRenderState interfaces with a new optional array layers containing instances of XRLayer.
11.2. updateRenderState changes
"If newState’s baseLayer is set ... Set session’s pending render state's layers to null."
But then the IDL for XRRenderState is specified with a non-optional layers array:
Seems like the layers array should either be defined as optional or the algorithm should recommend clearing the layers array.
The text was updated successfully, but these errors were encountered: