Closed
Bug 943433
Opened 12 years ago
Closed 9 years ago
WebGL warning at wrong time
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
DUPLICATE
of bug 985316
People
(Reporter: pjcozzi, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36
Steps to reproduce:
Visit http://cesium.agi.com/Cesium/Build/Apps/CesiumViewer/
A new WebGL warning in Aurora (not in stable) is shown in the console:
"Error: WebGL: A texture is going to be rendered as if it were black, as per the OpenGL ES 2.0.24 spec section 3.8.2, because it is a 2D texture, with a minification filter requiring a mipmap, and is not mipmap complete (as defined in section 3.7.10)."
This appears to be triggered by the following call to bindTexture after the culprit texture. I believe this does not conform to the ES 2.0 spec, which implies this warning should not occur until a call to drawElements or drawArrays.
The current warning limits an app's ability to work with textures, e.g., it assumes that all work will occur after one call to bindTexture.
![]() |
||
Updated•12 years ago
|
Component: Untriaged → Graphics
Product: Firefox → Core
Comment 1•12 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0
This also happens on my machine.
![]() |
||
Comment 2•11 years ago
|
||
Confirmed against Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 ID:20140620234544 CSet: 2048ba3b8468 (Angle + native).
Component: Graphics → Canvas: WebGL
OS: Mac OS X → All
Hardware: x86 → All
Version: 27 Branch → Trunk
Comment 3•9 years ago
|
||
The link appears to be broken, unfortunately.
However, I believe this is a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=985316, which is now resolved. Please re-open if still seeing problems!
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•