-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
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
Remove attribs that only reflect requested values #574
Conversation
Nell requested that I split out the attribs and reference space bits of this PR, which I'm fine with. I'll get to that sometime in the next week or so. |
Separated changes as requested. Reference space consolidation is now handled in #587. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor feedback... I'm generally supportive of this change
Feedback addressed. Take one more look? |
Rebased. Review ping, @NellWaliczek? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure the final commit title reflects which types we actually cleaned up, but other than that LGTM!
Fixes #513
Addresses some discussion in #514, but doesn't change the enums.
This PR removes the
mode
attrib fromXRSession
, thedepth
,stencil
, andalpha
attribs fromXRWebGLLayer
, and thesubtype
attrib fromXRStationaryReferenceSpace
. Since that leftXRStationaryReferenceSpace
with nothing else in it, I also took the opportunity to consolidate it andXRUnboundedReferenceSpace
intoXRReferenceSpace
.