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.
Enumeration that describes the duration of a user visible effect of a glitch during a SetTimingsFromVidPn call.
Syntax
typedef enum _DXGK_GLITCH_DURATION {
DXGK_GLITCH_DURATION_INDEFINITE,
DXGK_GLITCH_DURATION_MULTI_FRAME,
DXGK_GLITCH_DURATION_SINGLE_FRAME,
DXGK_GLITCH_DURATION_MULTI_LINE,
DXGK_GLITCH_DURATION_SINGLE_LINE,
DXGK_GLITCH_DURATION_NONE
} DXGK_GLITCH_DURATION;
Constants
DXGK_GLITCH_DURATION_INDEFINITE Indicates that a glitch is unresolved. |
DXGK_GLITCH_DURATION_MULTI_FRAME Indicates that a glitch lasted for multiple frames. |
DXGK_GLITCH_DURATION_SINGLE_FRAME Indicates that a glitch lasted for no more than one frame. |
DXGK_GLITCH_DURATION_MULTI_LINE Indicates that a glitch lasted for multiple lines within a frame. |
DXGK_GLITCH_DURATION_SINGLE_LINE Indicates that a glitch lasted for no more than one line. |
DXGK_GLITCH_DURATION_NONE Indicates that there was no user visible glitch. |
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |