DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 structure (d3dkmddi.h)
DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 is passed to the DxgkDdiCheckMultiPlaneOverlaySupport2 function to determine whether a specific multi-plane overlay configuration is supported.
Syntax
typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 {
UINT PlaneCount;
DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE *pPlanes;
BOOL Supported;
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2;
Members
PlaneCount
The number of planes to be enabled.
pPlanes
A pointer to a DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE structure that specifies support attributes that the hardware provides for multi-plane overlays.
Supported
TRUE if the multi-plane overlay configuration can be supported, otherwise FALSE.
ReturnInfo
Specifies additional information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | d3dkmddi.h (include D3dkmddi.h) |