Enum GraphicsAdapter.DriverType
Defines the driver type for graphics adapter. Usable only on DirectX platforms for now.
public enum GraphicsAdapter.DriverType
Fields
FastSoftware = 2
Useful when Hardware acceleration does not work.
Hardware = 0
Hardware device been used for rendering. Maximum speed and performance.
Reference = 1
Emulates the hardware device on CPU. Slowly, only for testing.