DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE structure (d3dkmddi.h)
Specifies the support attributes that the hardware provides for multiplane overlays.
Syntax
typedef struct _DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE {
[out] HANDLE hAllocation;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE;
Members
[out] hAllocation
A handle to the allocation. The display miniport driver must set this member to a value that it can use to refer to its private tracking structure for the allocation.
[in] VidPnSourceId
The zero-based video present network (VidPN) source identification number of the input for which the support levels are queried.
PlaneAttributes
A DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES structure that specifies overlay plane attributes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | d3dkmddi.h (include D3dkmddi.h) |