Enhance your Web project with WebGPU’s advanced graphics capabilities.
WebGPU is a web graphics API that provides low-level, high-performance access to modern GPU features. This information covers the features WebGPU uniquely supports and some features it doesn’t support yet.
In the browser, WebGPU uses modern GPU frameworks such as DirectX 12, Vulkan, or Metal (depending on your device) to improve visuals and optimize performance. Access to these frameworks let WebGPU introduce advanced graphics capabilities that aren’t possible with WebGL2, including:
Although WebGPU unlocks useful graphics features, there are a few it doesn’t support yet:
WebGPU also has some limitations you need to be aware of. For more information, refer to Limitations of WebGPU.