Bug 149734
| Summary: | WEBGL_debug_shaders needs to remember compilation state | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dean Jackson <dino> |
| Component: | WebGL | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22944318>