md`
## Reference
- [Get started with GPU Compute on the Web](https://developers.google.com/web/updates/2019/08/get-started-with-gpu-compute-on-the-web)
- Dogfood🐾: WebGPU is available for now in Chrome 78 for macOS behind an experimental flag. You can enable it at chrome://flags/#enable-unsafe-webgpu.
- If console.log inform you gpu not find, you may Should use this version to get visit on navigator.gpu [Google Chrome Canary]https://github.com/yyc-git/MyData/blob/master/3d/googlechrome(canary).dmg
- [WebGPU Official Doc](https://gpuweb.github.io/gpuweb/#enumdef-gpubindingtype) link will guide you know about GPUBindingType, explain why we use storage-buffer instead of readonly-storage-buffer although doc says the two both fine to use but actually readonly-storage-buffer not work.`