D3DDDI_MULTIPLANE_ALLOCATION_INFO structure (d3dumddi.h)
Specifies info about a multiplane overlay allocation.
Syntax
typedef struct D3DDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO {
[in] D3DKMT_HANDLE PresentAllocation;
[in] UINT SubResourceIndex;
} D3DDDI_MULTIPLANE_ALLOCATION_INFO;
Members
[in] PresentAllocation
A handle to the multiplane overlay allocation.
[in] SubResourceIndex
The zero-based index into the resource which the handle in the PresentAllocation member specifies. This index indicates the display surface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dumddi.h (include D3dumddi.h) |