Bug 242573
Summary: | OESVertexArrayObject implementation lacks spec-required checks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Knyazev <lexa.knyazev> |
Component: | WebGL | Assignee: | 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
In particular, deleteVertexArrayOES and isVertexArrayOES must check if the passed object has been already deleted or belongs to another context.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Russell
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
<rdar://problem/97152429>
EWS
Committed 252964@main (b2204823ada4): <https://commits.webkit.org/252964@main>
Reviewed commits have been landed. Closing PR #2275 and removing active labels.