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

New WebGL warning in recent Firefox versions #8360

Open
thw0rted opened this issue Nov 5, 2019 · 1 comment
Open

New WebGL warning in recent Firefox versions #8360

thw0rted opened this issue Nov 5, 2019 · 1 comment

Comments

@thw0rted
Copy link
Contributor

thw0rted commented Nov 5, 2019

Sandcastle example: any Sandcastle

Browser: Firefox 70+

Operating System: Windows

The latest Firefox has started spewing multiple copies of the following into the console:

Error: WebGL warning: generateMipmap: Tex image TEXTURE_2D level 0 is incurring lazy initialization.

It points to this line in Texture#generateMipmap.

@mramato
Copy link
Contributor

mramato commented Nov 5, 2019

Was curious about this and found this: https://stackoverflow.com/questions/57734645/error-tex-image-texture-2d-level-0-is-incurring-lazy-initialization-on-webgl

I suspect our usage falls into a "ignore this warning, Firefox is being too chirpy" category, but @lilleyse or someone that knows more about the renderer should confirm.

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