Emscripten: replace USE_WEBGPU to emdawnwebgpu in wgpu-backend#76
Emscripten: replace USE_WEBGPU to emdawnwebgpu in wgpu-backend#76
USE_WEBGPU to emdawnwebgpu in wgpu-backend#76Conversation
|
this commit 5773016 show ✔️ for wgpu examples ( |
|
FYI: I'll start working on the emdawnwebgpu stuff today, this will require changes in the WebGPU backend code both in sokol_app.h and sokol_gfx.h. |
Ok. If you need to modify this branch, feel free. |
|
FYI this is how I changed the sokol-zig build process to support emdawnwebgpu. There needs to be a separate build step which runs the cmdline tool ...I'm not planning to do changes to the D build system, I guess WebGPU usage is currently unlikely, and I don't want to wait with the merge much longer. |
Ok. I see your question in wasm-discord group about.
Really? Ok, don't worry. I also had (like you) trouble building for WebGPU after the backend flag was missing during the last builder transition PR (fixed in 18d0271). Footnotes
|
emdawnwebgpu backendUSE_WEBGPU to emdawnwebgpu in wgpu-backend
|
The build script changes look good to me. I now also merged all the upstream MRs. I guess the easiest way to resolve the conflicts is to run |

References
Edit: in clear example test