GraphicsDeviceStatusΒΆ

enum GraphicsDeviceStatus : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Describes the status of the T:Microsoft.Xna.Framework.Graphics.GraphicsDevice.

GraphicsDeviceStatus Normal

The device is normal.

GraphicsDeviceStatus Lost

The device has been lost.

GraphicsDeviceStatus NotReset

The device has not been reset.