Is it possible to target WebGPU rather than WebGL when building for wasm? #3118
Unanswered
spencerkohan
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi! 👋 You can target WebGL or WebGPU by following the guide in the wiki for this repository: https://github.com/gfx-rs/wgpu/wiki/Running-on-the-Web-with-WebGPU-and-WebGL |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've managed to get a project building for the web, but it seems to be targeting the WebGL back-end. Is it possible to target WebGPU on browsers which support it, like Firefox Nightly?
If so, how would I go about doing this?
Beta Was this translation helpful? Give feedback.
All reactions