Closed
Bug 1156585
Opened 11 years ago
Closed 10 years ago
"Assertion failure: effectiveInternalFormat != 0"
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | affected |
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [gfx-noted])
Attachments
(2 files)
Assertion failure: effectiveInternalFormat != 0, at dom/canvas/WebGLContextGL.cpp:421
This assertion was added in https://hg.mozilla.org/mozilla-central/rev/97068dca449e (bug 1077183)
| Reporter | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Flags: needinfo?(jgilbert)
Whiteboard: [gfx-noted]
Comment 3•11 years ago
|
||
The assert is because we fail to select an effective format for (LUMINANCE, UNSIGNED_SHORT_565), which is, well reasonable.
Comment 4•10 years ago
|
||
This code is gone now.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(jgilbert)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•