Bug 244291
Summary: | WebGLRenderingContextBase::validateArrayBufferType is missing return false after FLOAT_32_UNSIGNED_INT_24_8_REV case | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | WebGL | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dino, kbr, kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 222812 |
Kimmo Kinnunen
WebGLRenderingContextBase::validateArrayBufferType is missing return false after synthesizeGLError in the FLOAT_32_UNSIGNED_INT_24_8_REV case
https://github.com/KhronosGroup/WebGL/pull/3486
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99078558>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/3607
Kimmo Kinnunen
*** This bug has been marked as a duplicate of bug 244290 ***