D3DKMT_MULTIPLANE_OVERLAY_BLEND - NtDoc

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

typedef enum D3DKMT_MULTIPLANE_OVERLAY_BLEND {
  D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE = 0x0,
  D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND = 0x1
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-d3dkmt_multiplane_overlay_blend)

D3DKMT_MULTIPLANE_OVERLAY_BLEND enumeration

Description

The D3DKMT_MULTIPLANE_OVERLAY_BLEND enumeration specifies the multiplane overlay blend type.

Constants

D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE:0x0

Opaque.

D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND:0x1

Alpha blend (in linear space).

Remarks

See also