DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  UINT                           LayerIndex;
  ULONGLONG                      PresentId;
} DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_tdr_payload_vsync_timeout)

Description

The DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT structure contains the payload for a DxgkDdiCollectDbgInfo2 call when TdrType is DXGK_TDR_TYPE_VSYNC_TIMEOUT.

Members

VidPnSourceId

[in] A D3DDDI_VIDEO_PRESENT_SOURCE_ID value that identifies the VidPn source that timed out.

LayerIndex

[in] the MPO plane index that timed out.

PresentId

[in] The PresentId that timed out.

Remarks

For more information, see TDR debuggability improvements.

See also

DXGK_TDR_TYPE

DXGKARG_COLLECTDBGINFO2

DxgkDdiCollectDbgInfo2