THREE.WebGPURenderer icon indicating copy to clipboard operation
THREE.WebGPURenderer copied to clipboard

Rewrite to the one based on WebGLRenderer

Open takahirox opened this issue 5 years ago • 0 comments

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).

takahirox avatar Feb 18 '20 02:02 takahirox