DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2 structure (d3dkmddi.h)
Used in a call to the DxgkDdiCheckMultiPlaneOverlaySupport3 function to check details on hardware support for multi-plane overlays.
Syntax
typedef struct _DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2 {
HANDLE hAllocation;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT LayerIndex;
DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES3 PlaneAttributes;
} DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2;
Members
hAllocation
A handle to the allocation.
VidPnSourceId
The zero-based video present network (VidPN) source identification number of the input for which the support levels are queried.
LayerIndex
The zero based index indicating the Z order of the overlay plane.
PlaneAttributes
A DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES3 structure that specifies overlay plane attributes.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |