We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XRWebGLLayer doesn't expose context attribute in the spec
XRWebGLLayer
context
https://www.w3.org/TR/webxr/#xrwebgllayer-interface
but it does in the polyfill
https://github.com/immersive-web/webxr-polyfill/blob/master/src/api/XRWebGLLayer.js#L74
It seems XRWebGLLayer.context is accessed from some places in the polyfill so renaming to _context like _session rather than hiding it would be good?
XRWebGLLayer.context
_context
_session
The text was updated successfully, but these errors were encountered:
Merge pull request immersive-web#100 from kvark/doc-submission
b555093
Add a small document about the submission model
No branches or pull requests
XRWebGLLayer
doesn't exposecontext
attribute in the spechttps://www.w3.org/TR/webxr/#xrwebgllayer-interface
but it does in the polyfill
https://github.com/immersive-web/webxr-polyfill/blob/master/src/api/XRWebGLLayer.js#L74
It seems
XRWebGLLayer.context
is accessed from some places in the polyfill so renaming to_context
like_session
rather than hiding it would be good?The text was updated successfully, but these errors were encountered: