Closed
Bug 974744
Opened 11 years ago
Closed 10 years ago
"Assertion failure: false (Invalid WebGL attachment point?)"
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jruderman, Assigned: wlitwinczyk)
Details
(Keywords: assertion, testcase)
Attachments
(4 files)
Assertion failure: false (Invalid WebGL attachment point?), at content/canvas/src/WebGLFramebuffer.cpp:258
Bug 928639 was an older bug that hit this assertion (but required a pref).
Bug 962392 fixed a typo in the assertion message.
Reporter | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → wlitwinczyk
Assignee | ||
Comment 2•10 years ago
|
||
Updated crash log, OSX
Assignee | ||
Comment 3•10 years ago
|
||
Pretty simple, the assert was correct, there was no check for textures + STENCIL_ATTACHMENT (for FBOs).
From what I read in the spec, STENCIL_INDEX8 is the only format that is stencil-renderable and this is not a format that textures can be made as, so I just return false if a texture is attached as a stencil buffer.
Attachment #8475414 -
Flags: review?(jgilbert)
Updated•10 years ago
|
Attachment #8475414 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•