Closed
Bug 598497
Opened 15 years ago
Closed 15 years ago
Odd message when webgl.verbose enabled
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 594393
People
(Reporter: mrsmkl, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b7pre) Gecko/20100921 Firefox/4.0b7pre
Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0b7pre) Gecko/20100921 Firefox/4.0b7pre
WebGL gives warning message about textures and mipmaps, but the minification mode does not require mipmaps.
Reproducible: Always
Steps to Reproduce:
1. Visit page http://learningwebgl.com/lessons/lesson05/index.html
Actual Results:
In the error console there is message:
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).
Expected Results:
There should be no error message, the minification mode is gl.NEAREST.
Comment 1•15 years ago
|
||
In bug 594393, the referenced bugs all have the same message.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Component: General → Canvas: WebGL
Product: Firefox → Core
QA Contact: general → canvas.webgl
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
Comment 2•15 years ago
|
||
Yes, dupe.
You need to log in
before you can comment on or make changes to this bug.
Description
•