DXGI_DDI_MULTIPLANE_OVERLAY_CAPS - NtDoc

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

typedef struct DXGI_DDI_MULTIPLANE_OVERLAY_CAPS {
  UINT MaxPlanes;
  UINT NumCapabilityGroups;
} DXGI_DDI_MULTIPLANE_OVERLAY_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxgiddi-dxgi_ddi_multiplane_overlay_caps)

DXGI_DDI_MULTIPLANE_OVERLAY_CAPS structure

Description

Used by the user-mode display driver to specify overlay plane capabilities.

Members

MaxPlanes

The maximum number of inputs, including the primary surface, to the display hardware that can be supported in the current mode. This value can change if the mode changes.

For example, if the hardware allows one overlay plane and one normal primary surface, the driver should set MaxPlanes to 2.

NumCapabilityGroups

The number of different types of overlay planes that can be supported.

Here are 2 examples: