D3DMBLENDOPCAPS Values (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Direct3D Mobile Capability Bits
Direct3D Mobile Macros