Bug 77257
| Summary: | getParameter(COMPRESSED_TEXTURE_FORMATS) must return 0-length Uint32Array | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cmarrin, gman, zmo |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Kenneth Russell
The spec for getParameter with the argument COMPRESSED_TEXTURE_FORMATS was recently changed to return a 0-length Uint32Array rather than null. WebKit's implementation needs to be changed to fix a conformance test failure.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gregg Tavares
The patch for https://bugs.webkit.org/show_bug.cgi?id=77066 covers this.
Kenneth Russell
Fantastic, thanks. Closing this as a dup of the other.
*** This bug has been marked as a duplicate of bug 77066 ***