D3DMBLENDOPCAPS Values (Windows CE 5.0)
The following table shows values that are used in the BlendOpCaps member of the D3DMCAPS structure to describe which blend operations are valid in the perpixel alpha blend operation (see D3DMBLENDOP).
Value | Description |
---|---|
D3DMBLENDOPCAPS_ADD | Indicates that the device supports D3DMBLENDOP_ADD. |
D3DMBLENDOPCAPS_SUBTRACT | Indicates that the device supports D3DMBLENDOP_SUBTRACT. |
D3DMBLENDOPCAPS_REVSUBTRACT | Indicates that the device supports D3DMBLENDOP_REVSUBTRACT. |
D3DMBLENDOPCAPS_MIN | Indicates that the device supports D3DMBLENDOP_MIN. |
D3DMBLENDOPCAPS_MAX | Indicates that the device supports D3DMBLENDOP_MAX. |
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