Bug 149734

Summary: WEBGL_debug_shaders needs to remember compilation state
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebGLAssignee: Dean Jackson <dino>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Dean Jackson 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
Comment 1 Radar WebKit Bug Importer 2015-10-01 17:37:48 PDT
<rdar://problem/22944318>