Table of Contents

Enum GraphicsDeviceStatus

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Describes the current status of a GraphicsDevice.

public enum GraphicsDeviceStatus
Extension Methods

Fields

Hung = 2

The application's Graphics Device failed due to badly formed commands sent by the application. This is an design-time issue that should be investigated and fixed.

InternalError = 4

The driver encountered a problem and was put into the Graphics Device removed state.

InvalidCall = 5

The application provided invalid parameter data; this must be debugged and fixed before the application is released.

Normal = 0

The Graphics Device is running normally.

Removed = 1

The video card has been physically removed from the system, or a driver upgrade for the video card has occurred. The application should destroy and recreate the Graphics Device.

Reset = 3

The Graphics Device failed due to a badly formed command. This is a run-time issue; The application should destroy and recreate the Graphics Device.