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

Mixin members cannot have defaults #3540

Closed
annevk opened this issue Jun 17, 2023 · 2 comments
Closed

Mixin members cannot have defaults #3540

annevk opened this issue Jun 17, 2023 · 2 comments

Comments

@annevk
Copy link

annevk commented Jun 17, 2023

These appear on WebGLRenderingContextBase:

     attribute PredefinedColorSpace drawingBufferColorSpace = "srgb";
     attribute PredefinedColorSpace unpackColorSpace = "srgb";

That's not correct IDL. Seems this was introduced in #3292.

Also, these attributes or PredefinedColorSpace don't appear in WebGL 2.0.

cc @kenrussell

@kdashg
Copy link
Contributor

kdashg commented Mar 27, 2024

Fixed by #3560.

@kdashg kdashg closed this as completed Mar 27, 2024
@kenrussell
Copy link
Member

Slight correction, was fixed by #3624.

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

No branches or pull requests

3 participants