Why is linux supporting taking a while? I figured the underlying graphics subsystem on Android is Vulcan right? Wouldn't that also be the main graphics subsystem on Linux these days?
Not really, that is not the problem of WebGPU. The worst you can do is crash the tab. With an unstable graphics driver, there might even be the option to crash the system but that's hardly a security issue, only an annoyance.
vetinari|2 years ago
bhouston|2 years ago
unknown|2 years ago
[deleted]
reactordev|2 years ago
In seriousness though, WebGPU in Chrome with “non-free” Linux GPU drivers should work, no?
Edit: I see it’s still behind a flag
anthk|2 years ago
search for "accel"
Disable the blacklist for your GPU.
pjmlp|2 years ago
bmitc|2 years ago
jms55|2 years ago
* Subgroup operations
* Push constants (available in wgpu, but not WebGPU the spec/web impl)
* u64 + atomic image ops
* Mesh shaders
* Raytracing
* Binding arrays / descriptor indexing + device buffer addresses
pjmlp|2 years ago
2OEH8eoCRo0|2 years ago
mschuetz|2 years ago