Share via


D3DMPBLENDCAPS Values (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE 5.0 and later.
Header: D3dmcaps.h.

See Also

Direct3D Mobile Capability Bits | Direct3D Mobile Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.