DXGIDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO structure (dxgiddi.h)
Specifies info about a multiplane overlay allocation.
Syntax
typedef struct DXGIDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO {
[in] D3DKMT_HANDLE PresentAllocation;
[in] UINT SubResourceIndex;
} DXGIDDI_MULTIPLANE_OVERLAY_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.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | dxgiddi.h (include D3d10umddi.h) |