THREE.WebGPURenderer
THREE.WebGPURenderer copied to clipboard
Rewrite to the one based on WebGLRenderer
Currently I'm writing WebGPURenderer
and shader from scratch because I want to study WebGPU. But at some point I want to rewrite to the one based on the existing WebGLRenderer
. By reusing the code as much as possible, it may be easier to merge to Three.js (if we want).