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

[EXT_texture_compression_rgtc] Align with Web IDL specification #3172

Closed
2 changes: 1 addition & 1 deletion extensions/EXT_texture_compression_rgtc/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</features>
</overview>
<idl xml:space="preserve">
[NoInterfaceObject]
[Exposed=Window, LegacyNoInterfaceObject]
interface EXT_texture_compression_rgtc {
const GLenum COMPRESSED_RED_RGTC1_EXT = 0x8DBB;
const GLenum COMPRESSED_SIGNED_RED_RGTC1_EXT = 0x8DBC;
Expand Down