enum BlendFactorSrc;
| Value | Description |
|---|---|
| BLENDFACTORSRC_0 | The value is 0.0. |
| BLENDFACTORSRC_1 | The value is 1.0. |
| BLENDFACTORSRC_DST_COLOR | This is (target_color). |
| BLENDFACTORSRC_INV_DST_COLOR | This is (1.0 - target_color). |
| BLENDFACTORSRC_SRC_ALPHA | This is (source_alpha). |
| BLENDFACTORSRC_INV_SRC_ALPHA | This is (1.0 - source_alpha). |
| BLENDFACTORSRC_DST_ALPHA | This is (target_alpha). |
| BLENDFACTORSRC_INV_DST_ALPHA | This is (1.0 - target_alpha). |
| BLENDFACTORSRC_MAX | Total number of enumerators. |
Factor applied to the source being blended.
CONFIDENTIAL