enum BlendFactorDst;
| Value | Description |
|---|---|
| BLENDFACTORDST_0 | The value is 0.0. |
| BLENDFACTORDST_1 | The value is 1.0. |
| BLENDFACTORDST_SRC_COLOR | This is (source_color). |
| BLENDFACTORDST_INV_SRC_COLOR | This is (1.0 source_color). |
| BLENDFACTORDST_SRC_ALPHA | This is (source_alpha). |
| BLENDFACTORDST_INV_SRC_ALPHA | This is (1.0 - source_alpha). |
| BLENDFACTORDST_DST_ALPHA | This is (target_alpha). |
| BLENDFACTORDST_INV_DST_ALPHA | This is (1.0 - target_alpha). |
| BLENDFACTORDST_MAX | Total number of enumerators. |
Factor applied to the targeting being blended.
CONFIDENTIAL