# WebGPU

> Information, features, and limitations unique to the WebGPU graphics API.

Use the WebGPU graphics API to introduce more modern graphics features not supported by WebGL2 to your web application.

Refer to [WebGL2](/engine/6000.6/manual/platform-specific/webgl/develop/graphics/web-gl2.md) for more information about the default web graphics API Unity uses.

| **Topic**                                                                                                                           | **Description**                                                      |
| ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| **[Introduction to the WebGPU graphics API](/engine/6000.6/manual/platform-specific/webgl/develop/graphics/web-gpu/features.md)**   | Information about WebGPU and the features it supports.               |
| **[Limitations of the WebGPU graphics API](/engine/6000.6/manual/platform-specific/webgl/develop/graphics/web-gpu/limitations.md)** | Details about the limitations of WebGPU and how to work around them. |
| **[Enable the WebGPU graphics API](/engine/6000.6/manual/platform-specific/webgl/develop/graphics/web-gpu/enable.md)**              | Instructions on how to enable WebGPU in your project.                |

## Additional resources

* [Web graphics APIs](/engine/6000.6/manual/platform-specific/webgl/develop/graphics.md)
* [WebGL2](/engine/6000.6/manual/platform-specific/webgl/develop/graphics/web-gl2.md)
* [Compare WebGPU and WebGL2](/engine/6000.6/manual/platform-specific/webgl/develop/graphics/web-graphics-apis-intro.md)
