Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A DXGK_ENGINE_STATE enumeration value specifies the state of a GPU engine.
Syntax
typedef enum _DXGK_ENGINE_STATE {
DXGK_ENGINE_STATE_ACTIVE,
DXGK_ENGINE_STATE_TRANSITION_TO_F1,
DXGK_ENGINE_STATE_HUNG
} DXGK_ENGINE_STATE;
Constants
DXGK_ENGINE_STATE_ACTIVE The graphics engine is currently active. |
DXGK_ENGINE_STATE_TRANSITION_TO_F1 The graphics engine is in the process of transitioning to the F1 power state. |
DXGK_ENGINE_STATE_HUNG The graphics engine is no longer responding as expected. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
Header | d3dkmddi.h |