DXGI_DDI_MULTIPLANE_OVERLAY_BLEND - NtDoc

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

typedef enum DXGI_DDI_MULTIPLANE_OVERLAY_BLEND {
  DXGI_DDI_MULTIPLANE_OVERLAY_BLEND_OPAQUE,
  DXGI_DDI_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dxgiddi-dxgi_ddi_multiplane_overlay_blend)

DXGI_DDI_MULTIPLANE_OVERLAY_BLEND enumeration

Description

Identifies a blend operation to be performed on an overlay plane.

Constants

DXGI_DDI_MULTIPLANE_OVERLAY_BLEND_OPAQUE

The overlay plane should ignore data in the alpha channel and make the blended plane entirely opaque.

DXGI_DDI_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND

The overlay plane should use the pre-multiplied alpha channel in this plane to blend it with the plane beneath.