D3DMPBLENDCAPS Values
A version of this page is also available for
4/8/2010
The following table shows values that are used in the SrcBlendCaps and DestBlendCaps member of the D3DMCAPS structure to describe which blend factors are valid in the alpha blend operation in pixel processing (see D3DMBLEND).
Value | Description |
---|---|
D3DMPBLENDCAPS_ZERO |
Indicates that the device supports D3DMBLEND_ZERO. |
D3DMPBLENDCAPS_ONE |
Indicates that the device supports D3DMBLEND_ONE. |
D3DMPBLENDCAPS_SRCCOLOR |
Indicates that the device supports D3DMBLEND_SRCCOLOR. |
D3DMPBLENDCAPS_INVSRCCOLOR |
Indicates that the device supports D3DMBLEND_INVSRCCOLOR. |
D3DMPBLENDCAPS_SRCALPHA |
Indicates that the device supports D3DMBLEND_SRCALPHA. |
D3DMPBLENDCAPS_INVSRCALPHA |
Indicates that the device supports D3DMBLEND_INVSRCALPHA. |
D3DMPBLENDCAPS_DESTALPHA |
Indicates that the device supports D3DMBLEND_DESTALPHA. |
D3DMPBLENDCAPS_INVDESTALPHA |
Indicates that the device supports D3DMBLEND_INVDESTALPHA. |
D3DMPBLENDCAPS_DESTCOLOR |
Indicates that the device supports D3DMBLEND_DESTCOLOR. |
D3DMPBLENDCAPS_INVDESTCOLOR |
Indicates that the device supports D3DMBLEND_INVDESTCOLOR. |
D3DMPBLENDCAPS_SRCALPHASAT |
Indicates that the device supports D3DMBLEND_SRCALPHASAT. |
Requirements
Header | d3dmcaps.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |