D3D12DDI_PRESENT_HWQUEUES_0051 - NtDoc

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

typedef struct D3D12DDI_PRESENT_HWQUEUES_0051 {
  UINT   BroadcastQueueCount;
  HANDLE hHwQueues[D3DDDI_MAX_BROADCAST_CONTEXT + 1];
} D3D12DDI_PRESENT_HWQUEUES_0051;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_present_hwqueues_0051)

D3D12DDI_PRESENT_HWQUEUES_0051 structure

Description

Describes allocation hardware queues that content is copied to and from.

Members

BroadcastQueueCount

Specifies the number of contexts.

hHwQueues

A handle to an array of hardware queues.

Remarks

See also