Allow WebGPU on Electron applications
From Pengwings
WebGPU is turned off by default on Electron applications on Linux. It also currently doesn't work on Wayland.
Add this to command line arguments to enable WebGPU:
--enable-unsafe-webgpu
WebGPU is turned off by default on Electron applications on Linux. It also currently doesn't work on Wayland.
Add this to command line arguments to enable WebGPU:
--enable-unsafe-webgpu