Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The following table shows values that are used in the SrcBlendCapsand DestBlendCapsmember of the D3DMCAPSstructure 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 |