DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT structure (d3dkmddi.h)

Used in a call to the DxgkDdiCheckMultiPlaneOverlaySupport function to check details on hardware support for multiplane overlays.

Syntax

typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT {
  UINT                                              PlaneCount;
  DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE       *pPlanes;
  BOOL                                              Supported;
  DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT;

Members

PlaneCount

The number of overlay planes that the hardware supports.

pPlanes

A pointer to a DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE structure that specifies support attributes that the hardware provides for multiplane overlays.

Supported

TRUE if the hardware supports multiplane overlays, otherwise FALSE.

ReturnInfo

Specifies limitations on hardware support of multiplane overlays.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE

DxgkDdiCheckMultiPlaneOverlaySupport