juj / wasm_webgpu

System headers for interfacing WebGPU from C programs compiled via Emscripten to WebAssembly
BSD 3-Clause "New" or "Revised" License
331 stars 26 forks source link

For Unreal Engine? #35

Closed Sekretz closed 1 year ago

Sekretz commented 1 year ago

Can I replace webGL for WebGPU in Unreal Engine? Will it work?

juj commented 1 year ago

With enough work, you can. That is the intended purpose of WebGPU, to be a replacement for WebGL.

juj commented 1 year ago

Closing resolved issues.