D3DKMT_SUBMITPRESENTTOHWQUEUE - NtDoc

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

typedef struct _D3DKMT_SUBMITPRESENTTOHWQUEUE {
  D3DKMT_HANDLE  *hHwQueues;
  D3DKMT_PRESENT PrivatePresentData;
} D3DKMT_SUBMITPRESENTTOHWQUEUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_submitpresenttohwqueue)

_D3DKMT_SUBMITPRESENTTOHWQUEUE structure

Description

Arguments used to submit a Blt Present operation to a hardware queue.

Members

hHwQueues

A handle to the hardware queue.

PrivatePresentData

Private present data.

Remarks

See also