GIthub https://github.com/austinEng/webgpu-samples
webGPU 案例 https://austin-eng.com/webgpu-samples/samples/instancedCube
- WebGPU更好地支持多线程
- WebGPU支持compute shader,从而让程序员能利用GPU实现很多优化
- WebGPU与WebGL2的区别很大,两者不容易兼容。如果要从WebGL1升级,最好直接升级到WebGPU,一劳永逸
- WebGPU 开发状态与计划 https://www.w3.org/2018/11/17-chinese-web-gpu.pdf