GPUDriver Enum
GPU backend driver for SDL3 rendering.
public enum GPUDriver
Fields¶
Auto 0
Automatically select the best available driver for the platform.
Vulkan 1
Vulkan (Windows, Linux, Android).
D3D12 2
Direct3D 12 (Windows only).
Metal 3
Metal (macOS, iOS).