WebGPU notes¶
Introduction¶
- Chrome Developers | Chrome ships WebGPU
- WebGPU 正式在 Chrome 113 中支持的首篇文章
- Chrome Developers | WebGPU: Unlocking modern GPU access in the browser
- 一篇很全面的介绍性文章
- https://developer.chrome.com/tags/webgpu/
- 其中带有 WebGPU 标签的文章持续更新中
Learn¶
- Get Started
- MDN Documentation | WebGPU API
- https://webgpufundamentals.org/
- Compute
- Render
How-to¶
- Render
- Data
- Shader
- C++ to use WebGPU natively
- differences between WebGL and WebGPU