DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3 structure (d3dkmddi.h)
Used in a call to the DxgkDdiCheckMultiPlaneOverlaySupport3 function to check details on hardware support for multi-plane overlays.
Syntax
typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3 {
UINT PlaneCount;
DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2 **ppPlanes;
UINT PostCompositionCount;
DXGK_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE **ppPostComposition;
BOOL Supported;
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3;
Members
PlaneCount
The number of input planes to be enabled.
ppPlanes
An array of pointers pointing to a DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE3 structure that specifies support attributes that the hardware provides for multi-plane overlays.
PostCompositionCount
The number of VidPnSources for which we want to apply post composition transforms.
ppPostComposition
An array of pointers pointing to a DXGK_CHECK_MULTIPLANE_OVERLAY_POST_COMPSOTION_WITH_SOURCE structure that specifies transforms that should be applied after the planes are composed.
Supported
TRUE if the multi-plane overlay configuration can be supported, otherwise FALSE.
ReturnInfo
Specifies additional information.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |