// d3dumddi.h
typedef enum _D3DDDI_MULTIPLANE_OVERLAY_BLEND {
D3DDDI_MULTIPLANE_OVERLAY_BLEND_OPAQUE,
D3DDDI_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND
} D3DDDI_MULTIPLANE_OVERLAY_BLEND;
View the official Windows Driver Kit DDI referenceNo description available.
Identifies a blend operation to be performed on an overlay plane.
D3DDDI_MULTIPLANE_OVERLAY_BLEND_OPAQUEThe overlay plane should ignore data in the alpha channel and make the blended plane entirely opaque.
D3DDDI_MULTIPLANE_OVERLAY_BLEND_ALPHABLENDThe overlay plane should use the pre-multiplied alpha channel in this plane to blend it with the plane beneath.