Bug 149734 - WEBGL_debug_shaders needs to remember compilation state
Summary: WEBGL_debug_shaders needs to remember compilation state
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-01 17:37 PDT by Dean Jackson
Modified: 2015-10-01 17:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>