-
Notifications
You must be signed in to change notification settings - Fork 57
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
OSX 12.1 - Firefox 96.0.2 (64-bit) - WEBGL_debug_renderer_info is deprecate - Returns tier 0 #87
Comments
Seems like Firefox has added this warning for privacy reasons but effective deprecation seems unclear at this point. https://bugzilla.mozilla.org/show_bug.cgi?id=1722782 |
anything we can do at the moment? every firefox gets wrong GPU tier see #95 can confirm on 108.0.1 (64-Bit) Firefox fedora Linux
on chrome:
|
simple example shows the WEBGL_debug_renderer_info does not work anymore on FF https://codesandbox.io/s/quizzical-http-qsq60g?file=/src/index.js shows |
I have same issue. Was someone able to fix it? |
Fixed in detect-gpu-js. |
@alexkowel nice, any plans to merge your changes to this repo? |
Unfortunately, I'm not a TypeScript fan, that's why detect-gpu-js was completely rewritten with JavaScript. So direct merge from that repo is not possible. |
Client: Osx 12.1 (Macbook pro 16" with Radeon AMD Radeon Pro 5300M 4 GB)
Browser: Firefox 96.0.2 (64-bit)
Error: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. (detect-gpu.esm.js)
Installed via npm, version 4.0.6
The text was updated successfully, but these errors were encountered: