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

Firefox #95

Closed
poulfoged opened this issue Jul 13, 2022 · 4 comments
Closed

Firefox #95

poulfoged opened this issue Jul 13, 2022 · 4 comments

Comments

@poulfoged
Copy link

poulfoged commented Jul 13, 2022

Message in log:

WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER.

And it reports tier 0:

{
  "fps": 1,
  "gpu": "radeon r9 200",
  "isMobile": false,
  "tier": 0,
  "type": "BENCHMARK"
}

Firefox 102.0.1 (64-bit).

Before upgrading Firefox was at version 85 which worked fine.

@hug0b
Copy link

hug0b commented Jul 28, 2022

Looks like a duplicate of #87

@alexkowel
Copy link

Check also detect-gpu-js fork to confirm the issue is resolved.

@poulfoged
Copy link
Author

Check also detect-gpu-js fork to confirm the issue is resolved.

Same message.

@alexkowel
Copy link

alexkowel commented Nov 23, 2023

Check also detect-gpu-js fork to confirm the issue is resolved.

Same message.

Indeed, that was a fix for deprecated WEBGL_debug_renderer_info extension, not for the console warning. Added a workaround for that too.

@puckey puckey closed this as completed in 9e9ef38 Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants