Table of Contents

Enum GraphicsDeviceStatus

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

Describes the status of the GraphicsDevice.

public enum GraphicsDeviceStatus

Fields

Lost = 1

The device has been lost.

Normal = 0

The device is normal.

NotReset = 2

The device has not been reset.