-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
There are new WebGL warnings in Aurora (Firefox 27)
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).
I believe this is a Firefox bug (issue) since we later set the texture filters before rendering. We can workaround it if need be.