Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebGL warnings in Firefox #1317

Closed
pjcozzi opened this issue Nov 26, 2013 · 4 comments
Closed

WebGL warnings in Firefox #1317

pjcozzi opened this issue Nov 26, 2013 · 4 comments
Assignees

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Nov 26, 2013

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.

@mramato
Copy link
Contributor

mramato commented Mar 1, 2014

Firefox 27 is the stable version of Firefox now. Is this issue still valid?

@Dexterp37
Copy link

Yes, it is. Just tested with latest stable on Windows (27.0.1).

@pjcozzi pjcozzi changed the title WebGL warnings in Aurora WebGL warnings in Firefox May 23, 2014
@pjcozzi pjcozzi self-assigned this Oct 6, 2014
@mramato
Copy link
Contributor

mramato commented Oct 14, 2015

Since this is a longstanding Firefox issue, do we just want to close this? There's noting we can do about it on our end and if anyone searches for the issue in our repository they'll still find it even if it's closed.

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Oct 14, 2015

Sounds good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants