WebGPU

WebGPU是什么?

Graphics Processing Units, or GPUs for short, have been essential in enabling rich rendering and computational applications in personal computing. WebGPU is an API that exposes the capabilities of GPU hardware for the Web. The API is designed from the ground up to efficiently map to the Vulkan, Direct3D 12, and Metal native GPU APIs. WebGPU is not related to WebGL and does not explicitly target OpenGL ES.

WebGPU能解决什么问题?

WebGPU 和 WebGL比较?

WebGPU_第1张图片
image.png

WebGL怎么办?

持续几年,逐渐被WebGPU替代,就像当年HTML5替换Flash一样。

WebGPU资源

Wiki
https://github.com/gpuweb/gpuweb/wiki
API
https://gpuweb.github.io/gpuweb/
gpuweb
https://github.com/gpuweb/gpuweb
issues
https://github.com/gpuweb/gpuweb/issues/
Mail Archives
https://lists.w3.org/Archives/Public/public-gpu/

Web Updates
https://developers.google.com/web/updates/capabilities

Articles

https://webkit.org/blog/7380/next-generation-3d-graphics-on-the-web/

https://docs.google.com/document/d/1k7lPmxP7M7MMQR4g210lNC5TPwmXCMLgKOQWNiuJxzA/edit#

https://docs.google.com/document/d/1-lAvR9GXaNJiqUIpm3N2XuGUWv_JrkpGizDN0bNq7wY/edit#heading=h.l92mx8szrw4b

你可能感兴趣的:(WebGPU)