Enum GraphicsDeviceStatus
Describes the current status of a GraphicsDevice.
public enum GraphicsDeviceStatus
- Extension Methods
Fields
Hung = 2The 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 = 4The driver encountered a problem and was put into the Graphics Device removed state.
InvalidCall = 5The application provided invalid parameter data; this must be debugged and fixed before the application is released.
Normal = 0The Graphics Device is running normally.
Removed = 1The 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 = 3The Graphics Device failed due to a badly formed command. This is a run-time issue; The application should destroy and recreate the Graphics Device.