Skip to content

GPUDriver Enum

Definition

Namespace: Brine2D.Rendering

GPU backend driver for SDL3 rendering.

C#
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\).