D3DDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO - NtDoc

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

typedef struct D3DDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO {
  [in] D3DKMT_HANDLE PresentAllocation;
  [in] UINT          SubResourceIndex;
} D3DDDI_MULTIPLANE_ALLOCATION_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-d3dddi_multiplane_overlay_allocation_info)

D3DDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO structure

Description

Specifies info about a multiplane overlay allocation.

Members

PresentAllocation [in]

A handle to the multiplane overlay allocation.

SubResourceIndex [in]

The zero-based index into the resource which the handle in the PresentAllocation member specifies. This index indicates the display surface.