enum BlendEquation;
| Value | Description |
|---|---|
BLENDEQ_FUNC_ADD |
Adds the source and destination. |
BLENDEQ_FUNC_SUBTRACT |
Subtracts the destination from the source. |
BLENDEQ_FUNC_REVERSE_SUBTRACT |
Subtracts the source from the destination. |
BLENDEQ_MIN |
Smaller value of either the source or destination. |
BLENDEQ_MAX |
Larger value of either the source or destination. |
Defines the blend equation.
CONFIDENTIAL