Home > Software engineering >  I enable WebGPU in Chrome DEV, and it still doesn't work
I enable WebGPU in Chrome DEV, and it still doesn't work

Time:05-21

So, I have enabled the #enable-unsafe-webgpu flag and I even get a warning when opening Chrome, that WebGPU is enabled and stability will suffer. Yet, when trying to access any WebGPU example website, I get an error, stating that my browser doesn't support WebGPU / WebGPU is not enabled. What can I do?

I am using Ubuntu 20.04 and Chrome Version 103.0.5056.0 (Official Build) dev (64-bit)

Thanks

CodePudding user response:

I found out that Chrome's WebGPU implementation doesn't really work on Linux yet. I managed to get WebGPU to work on Windows 11 using Chrome Canary.

  • Related