Enum GraphicsBackend
The specify 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  | 
      
| Metal | Metal 2.0  | 
      
| OpenGL | OpenGL 4  | 
      
| OpenGLES | OpenGL ES 3.0  | 
      
| Vulkan | Vulkan 1.1  | 
      
| WebGL1 | WebGL 1.0  | 
      
| WebGL2 | WebGL 2.0  | 
      
| WebGPU | WebGPU 1.0  |