DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_checkmultiplaneoverlaysupport)

_DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT structure

[!NOTE] This structure has been replaced by DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3

Description

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

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.

See also

DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE

DxgkDdiCheckMultiPlaneOverlaySupport