Skip to content
Info

These are the enums used by glBlendFuncSeparate.

Enum "BlendFactor"⚓︎

Value Enumerator Comment
0 ZERO
1 ONE
2 SRC_COLOR
3 ONE_MINUS_SRC_COLOR
4 DST_COLOR
5 ONE_MINUS_DST_COLOR
6 SRC_ALPHA
7 ONE_MINUS_SRC_ALPHA
8 DST_ALPHA
9 ONE_MINUS_DST_ALPHA
10 CONSTANT_COLOR Currently nonfunctional
11 ONE_MINUS_CONSTANT_COLOR Currently nonfunctional
12 CONSTANT_ALPHA Currently nonfunctional
13 ONE_MINUS_CONSTANT_ALPHA Currently nonfunctional
14 SRC_ALPHA_SATURATE