You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the application on latest Chrome Canary with Version 133.0.6836.0 (Official Build) canary (64-bit) I get the error : "Generate error, Error: Find an error initializing WebGPU: TypeError: adapter.requestAdapterInfo is not a function"
When trying to run the application on latest Chrome Canary with Version 133.0.6836.0 (Official Build) canary (64-bit) I get the error : "Generate error, Error: Find an error initializing WebGPU: TypeError: adapter.requestAdapterInfo is not a function"
After doing some research, it appears that the method is now deprecated (see https://developer.mozilla.org/de/docs/Web/API/GPUAdapter/requestAdapterInfo),
WebGPU works and I also tested that this one (not deprecated method), also works for me:
https://developer.mozilla.org/de/docs/Web/API/GPUAdapterInfo
So I hope this helps to fix the problem.
The text was updated successfully, but these errors were encountered: