Closed
Bug 1759942
Opened 3 years ago
Closed 3 years ago
DoFakeVertexAttrib0 doesn't check for GL allocation errors
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(1 file)
Generally, our native APIs will still be safe (generating appropriate errors at the native API level) if this happens, but it's risky and we should just check.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fe7954f9d1c
Check that FakeVertexAttrib0Buffer allocation succeeded. r=gfx-reviewers,lsalzman
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•