Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The D3DKMT_MULTIPLANE_OVERLAY_BLEND enumeration specifies the multiplane overlay blend type.
Syntax
typedef enum D3DKMT_MULTIPLANE_OVERLAY_BLEND {
D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE = 0x0,
D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND = 0x1
} ;
Constants
D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUEValue: 0x0 Opaque. |
D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLENDValue: 0x1 Alpha blend (in linear space). |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | d3dkmthk.h |