// 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 referenceNo description available.
Identifies a blend operation to be performed on an overlay plane.
DXGI_DDI_MULTIPLANE_OVERLAY_BLEND_OPAQUEThe overlay plane should ignore data in the alpha channel and make the blended plane entirely opaque.
DXGI_DDI_MULTIPLANE_OVERLAY_BLEND_ALPHABLENDThe overlay plane should use the pre-multiplied alpha channel in this plane to blend it with the plane beneath.