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
If I search/replace GL_DEPTH_STENCIL_ATTACHMENT to GL_DEPTH_ATTACHMENT then it works again!
So, I'm assuming there is some place that should be checking rt->depth_has_stencil that isn't? Or, maybe rt->depth_has_stencil isn't getting set correctly in the case of WebXR? This needs more investigation.