Bug 242573

Summary: OESVertexArrayObject implementation lacks spec-required checks
Product: WebKit Reporter: Alexey Knyazev <lexa.knyazev>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, kbr, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Alexey Knyazev
Reported 2022-07-10 06:58:44 PDT
In particular, deleteVertexArrayOES and isVertexArrayOES must check if the passed object has been already deleted or belongs to another context.
Attachments
Kenneth Russell
Comment 1 2022-07-11 16:29:33 PDT
WebGL conformance tests are being strengthened to match the new checks in: Tighten OES_vertex_array_object spec and tests https://github.com/KhronosGroup/WebGL/pull/3458
Radar WebKit Bug Importer
Comment 2 2022-07-17 06:59:15 PDT
EWS
Comment 3 2022-07-29 14:14:54 PDT
Committed 252964@main (b2204823ada4): <https://commits.webkit.org/252964@main> Reviewed commits have been landed. Closing PR #2275 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.