When a session is shut down, should this clear the xrCompatible flag? #607
Labels
fixed by pending PR
A PR that is in review will resolve this issue.
help wanted
This is a good issue for anyone to pick up and work on filing a PR for.
Milestone
Currently, ending an XRSession (https://immersive-web.github.io/webxr/#shut-down-the-session) doesn't clear the xrCompatible flag of any WebGL rendering context. As a result, ending a session, then beginning a new session on a device with a different GPU, results in the xrCompatible flag being true, even though the context is using an incompatible GPU.
The text was updated successfully, but these errors were encountered: