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

Remove WebGLObject superinterface. #3625

Closed
wants to merge 1 commit into from

Conversation

kenrussell
Copy link
Member

Currently no browser exposes this type, causing failures of the automatically-generated Web IDL tests in the Interop suite.

This PR removes WebGLObject from the core WebGL spec and all extension specs.

Fixes #3542.

Currently no browser exposes this type, causing failures of the
automatically-generated Web IDL tests in the Interop suite.

This PR removes WebGLObject from the core WebGL spec and all extension
specs.

Fixes KhronosGroup#3542.
@kenrussell
Copy link
Member Author

After doing these edits I would rather not land them. While WebGLObject may be a specification vehicle as described in #3542 , it is also a useful mechanism to identify which Web IDL interfaces represent graphics resources.

Let's discuss in an upcoming working group conference call.

@kenrussell
Copy link
Member Author

Per #3542 , WebGLObject is starting to be implemented, which isn't too difficult, and there's a desire to add debugging support to the interface. Closing this PR.

@kenrussell kenrussell closed this Apr 25, 2024
@kenrussell kenrussell deleted the remove-webglobject branch April 25, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebGLObject is specified in IDL but none of the implementations implement it
1 participant