detect-gpu
detect-gpu copied to clipboard
Firefox
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.
Looks like a duplicate of https://github.com/pmndrs/detect-gpu/issues/87
Check also detect-gpu-js fork to confirm the issue is resolved.
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.