DXGKARG_UPDATEFLIPQUEUELOG - NtDoc

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

typedef struct _DXGKARG_UPDATEFLIPQUEUELOG {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  UINT                           LayerIndex;
  ULONG                          FirstFreeFlipQueueLogEntryIndex;
} DXGKARG_UPDATEFLIPQUEUELOG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DXGKARG_UPDATEFLIPQUEUELOG structure contains parameters for the driver's DXGKDDI_UPDATEFLIPQUEUELOG callback function.

Members

VidPnSourceId

[in] [in] A D3DDDI_VIDEO_PRESENT_SOURCE_ID value that identifies the VidPn source ID of the hardware flip queue.

LayerIndex

[in] A zero-based index value that identifies the MPO plane index of the flip queue.

FirstFreeFlipQueueLogEntryIndex

[out] Location in which the driver returns the index after the last written entry in the flip queue log buffer.

Remarks

See Hardware flip queue for more information.

See also

DXGKDDI_UPDATEFLIPQUEUELOG