DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE - NtDoc

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

typedef struct DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE {
  [in] D3DKMT_HANDLE hSrcAllocation;
  [in] D3DKMT_HANDLE hDstAllocation;
       void          *pDXGIContext;
       HANDLE        hHwQueue;
       UINT64        HwQueueProgressFenceId;
       UINT          PrivateDriverDataSize;
  [in] PVOID         pPrivateDriverData;
} DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxgiddi-dxgiddicb_submitpresentblttohwqueue)

DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE structure

Description

Contains arguments needed for the PfnddxgiddiSubmitPresentBltToHwQueuecb function.

Members

hSrcAllocation [in]

The allocation of which content will be presented.

hDstAllocation [in]

The destination allocation of the present.

pDXGIContext

Fill this with the value in DXGI_DDI_ARG_PRESENT.pDXGIContext.

hHwQueue

Hardware queue being submitted to.

HwQueueProgressFenceId

Hardware queue progress fence ID that will be signaled when the Present Blt is done on the GPU.

PrivateDriverDataSize

The size of pPrivateDriverData.

pPrivateDriverData [in]

Private driver data to pass to DdiPresent.