Enum EffectProfileGraphicsBackend
Specifies the graphics backend used by the effect profile.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public enum EffectProfileGraphicsBackend : byte
Fields
| Name | Description |
|---|---|
| ByPlatform | Graphics backend specified by the platform profile. |
| 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 |