Closed jsantell closed 4 years ago
This may need to be broken up into smaller issues.
Currently needing implementation AFAIK:
session.renderState
session.updateRenderState
layer.getNativeFramebufferScaleFactor
layer.ignoreDepthValues
getViewport()
gl.makeXRCompatible()
XRPresentationContext
See https://github.com/immersive-web/webxr-polyfill/issues/51 for more information on this effort, and development goals.
At least partially fixed by #71. Need to verify that all listed features are covered.
The migration to the current WebXR standard has been completed.
This may need to be broken up into smaller issues.
Currently needing implementation AFAIK:
session.renderState
session.updateRenderState
layer.getNativeFramebufferScaleFactor
layer.ignoreDepthValues
getViewport()
moved from XRLayer to XRWebGLLayergl.makeXRCompatible()
renameXRPresentationContext
, in light of the potential inline changes? https://github.com/immersive-web/webxr/issues/636See https://github.com/immersive-web/webxr-polyfill/issues/51 for more information on this effort, and development goals.