Bug 244291 - WebGLRenderingContextBase::validateArrayBufferType is missing return false after FLOAT_32_UNSIGNED_INT_24_8_REV case
Summary: WebGLRenderingContextBase::validateArrayBufferType is missing return false af...
Status: RESOLVED DUPLICATE of bug 244290
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks: webgl2conformance
  Show dependency treegraph
 
Reported: 2022-08-24 03:12 PDT by Kimmo Kinnunen
Modified: 2022-08-24 07:06 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-08-24 03:12:31 PDT
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
Comment 1 Radar WebKit Bug Importer 2022-08-24 04:19:17 PDT
<rdar://problem/99078558>
Comment 2 Kimmo Kinnunen 2022-08-24 04:21:18 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3607
Comment 3 Kimmo Kinnunen 2022-08-24 07:06:21 PDT

*** This bug has been marked as a duplicate of bug 244290 ***