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   

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.