Table of Contents

Enum GraphicsAdapter.DriverType

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

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.