-
-
Notifications
You must be signed in to change notification settings - Fork 35.9k
Closed
Description
Description
I would like a WebGPU build of Three.js in the /build directory. For example: three.webgpu.module.min.js
So that I can begin testing and implementing WebGPU support.
At the moment WebGL is hidden away in this directory:
https://github.com/mrdoob/three.js/blob/dev/examples/jsm/renderers/webgpu/WebGPURenderer.js
Solution
three.webgpu.module.min.js
Alternatives
Alternative: Include WebGPU in default module js build.
Additional context
No response
YvanGuidoinGladskih