D3DKMT_SUBMITPRESENTBLTTOHWQUEUE structure (d3dkmthk.h)
Contains arguments needed for the D3DKMTSubmitPresentBltToHwQueue function.
Syntax
typedef struct _D3DKMT_SUBMITPRESENTBLTTOHWQUEUE {
D3DKMT_HANDLE hHwQueue;
D3DKMT_ALIGN64 UINT64 HwQueueProgressFenceId;
D3DKMT_PRESENT PrivatePresentData;
} D3DKMT_SUBMITPRESENTBLTTOHWQUEUE;
Members
hHwQueue
Handle to the created queue.
HwQueueProgressFenceId
Handle to the hardware queue progress fence id.
PrivatePresentData
The private present data.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |