# Web graphics APIs

> How to use the Web Graphics APIs- WebGL2 and WebGPU.

The Web Player supports multiple graphics APIs that you can select from the Player settings.

Web graphics APIs help you create high-performance applications with rich visuals for web browsers across multiple platforms. They also reduce the need to worry about complicated graphics programming.

| **Topic**                                                                                                              | **Description**                                                               |
| ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [WebGL2](/engine/6000.7/manual/platform-specific/webgl/develop/graphics/web-gl2.md)                                    | Information, features, and recommendations unique to the WebGL2 graphics API. |
| [WebGPU](/engine/6000.7/manual/platform-specific/webgl/develop/graphics/web-gpu.md)                                    | Information, features, and limitations unique to the WebGPU graphics API.     |
| [Compare WebGL2 and WebGPU](/engine/6000.7/manual/platform-specific/webgl/develop/graphics/web-graphics-apis-intro.md) | Learn about the differences and similarities between these graphics APIs.     |

### Additional resources:

* [Reflection Probe](/engine/6000.7/manual/lighting-overview/reflections/class-reflection-probe.md)
* [Build your Web application](/engine/6000.7/manual/platform-specific/webgl/building-distribution/building.md)
* [Web Player settings](/engine/6000.7/manual/platform-specific/webgl/develop/class-player-settings-web-gl.md)
