# WebGPU (Experimental)

> 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.

> **Note:**
>
> WebGPU is experimental and not supported by all browsers and devices. For more information, refer to the MDN Web docs on [Browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API#browser_compatibility) and [Accessing a device](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API#accessing_a_device). For browser support, refer to [Can I use: WebGPU](https://caniuse.com/webgpu).

Refer to [WebGL2](/engine/6000.3/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.3/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.3/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.3/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.3/manual/platform-specific/webgl/develop/graphics.md)
* [WebGL2](/engine/6000.3/manual/platform-specific/webgl/develop/graphics/web-gl2.md)
