D3D12DDI_PRESENT_CONTEXTS_0051 - NtDoc

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

typedef struct D3D12DDI_PRESENT_CONTEXTS_0051 {
  HANDLE hContext;
  UINT   BroadcastContextCount;
  HANDLE BroadcastContext[D3DDDI_MAX_BROADCAST_CONTEXT];
} D3D12DDI_PRESENT_CONTEXTS_0051;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_PRESENT_CONTEXTS_0051 structure

Description

Describes allocation contexts that content is copied to and from.

Members

hContext

A handle to the device context

BroadcastContextCount

Specifies the number of contexts.

BroadcastContext

Specifies the handle of the context to execute the specified commands.

Remarks

See also