NEW 149734
WEBGL_debug_shaders needs to remember compilation state
https://bugs.webkit.org/show_bug.cgi?id=149734
Summary WEBGL_debug_shaders needs to remember compilation state
Dean Jackson
Reported 2015-10-01 17:37:01 PDT
We are very close to being able to support this extension. https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/ However, we fail the conformance test for two related reasons: - when we have not compiled the shader, we should not return any value - if we have compiled shader A, then provided source for B but not compiled, we should return the translated source for A
Attachments
Radar WebKit Bug Importer
Comment 1 2015-10-01 17:37:48 PDT
Note You need to log in before you can comment on or make changes to this bug.