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.
A version of this page is also available for
4/8/2010
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
| Header | d3dmcaps.h |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |