Allow WebGPU on Electron applications: Difference between revisions

From Pengwings
Created page with "Add this to command line arguments: --enable-unsafe-webgpu --enable-features=Vulkan --ozone-platform=x11"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Add this to command line arguments:
WebGPU is turned off by default on Electron applications on Linux.
  --enable-unsafe-webgpu --enable-features=Vulkan --ozone-platform=x11
 
Add this to command line arguments to enable WebGPU:
  --enable-unsafe-webgpu

Latest revision as of 23:56, 7 March 2026

WebGPU is turned off by default on Electron applications on Linux.

Add this to command line arguments to enable WebGPU:

--enable-unsafe-webgpu