Skip to content
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

[OVR_multiview2] Align with Web IDL specification #3165

Closed
wants to merge 9 commits into from
2 changes: 1 addition & 1 deletion extensions/OVR_multiview2/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</features>
</overview>
<idl xml:space="preserve">
[NoInterfaceObject]
[Exposed=Window, LegacyNoInterfaceObject]
interface OVR_multiview2 {
const GLenum FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR = 0x9630;
const GLenum FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR = 0x9632;
Expand Down