Enum GraphicsBackend
The specified graphics low-level API used by the GraphicsContext.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum GraphicsBackend : byte
Fields
Name | Description |
---|---|
DirectX11 | DirectX 11 |
DirectX12 | DirectX 12 version |
Metal | Metal version 2.0 |
OpenGL | OpenGL 4.0 |
OpenGLES | OpenGL ES 3.0 |
Vulkan | Vulkan 1.1. |
WebGL1 | WebGL 1.0 |
WebGL2 | WebGL 2.0 specification |
WebGPU | WebGPU 1.0. |