Enum GraphicsBackend
Type of the underlying graphics backend.
public enum GraphicsBackend
Fields
DirectX = 0Represents the Microsoft DirectX 11 graphics backend.
DirectX12 = 4Represents the Microsoft DirectX 12 graphics backend. (GDKX only for now)
Metal = 3Represents the Apple Metal graphics backend.
OpenGL = 1Represents the OpenGL graphics backend.
Vulkan = 2Represents the Vulkan graphics backend.