Closed Bug 598497 Opened 15 years ago Closed 15 years ago

Odd message when webgl.verbose enabled

Categories

(Core :: Graphics: CanvasWebGL, defect)

x86
Linux
defect
Not set
trivial

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.
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
You need to log in before you can comment on or make changes to this bug.