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.
A version of this page is also available for
4/8/2010

The following table shows values that are used in the BlendOpCapsmember of the D3DMCAPSstructure 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

See Also