DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT struttura (d3dkmddi.h)
La struttura DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT contiene il payload per una chiamata DxgkDdiCollectDbgInfo2 quando TdrType è DXGK_TDR_TYPE_VSYNC_TIMEOUT.
Sintassi
typedef struct _DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT {
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT LayerIndex;
ULONGLONG PresentId;
} DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT;
Members
VidPnSourceId
[in] Valore D3DDDI_VIDEO_PRESENT_SOURCE_ID che identifica l'origine VidPn che ha eseguito il timeout.
LayerIndex
[in] indice del piano MPO che ha timeout.
PresentId
[in] PresentId che ha timeout.
Commenti
Per altre informazioni, vedere Miglioramenti alla debug TDR.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 versione 24H2 (WDDM 3.2) |
Intestazione | d3dkmddi.h |