KhronosGroup/WebGL

Mixin members cannot have defaults

Closed this issue · 2 comments

annevk commented

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

Fixed by #3560.

Slight correction, was fixed by #3624.