added BLEND_SET (#1251)
* added BLEND_SET * renamed BLEND_SET to BLEND_ADD_COLORS
This commit is contained in:
parent
abb94bd2ff
commit
d9a96c4ca0
2 changed files with 7 additions and 4 deletions
|
@ -806,7 +806,8 @@ typedef enum {
|
|||
typedef enum {
|
||||
BLEND_ALPHA = 0, // Blend textures considering alpha (default)
|
||||
BLEND_ADDITIVE, // Blend textures adding colors
|
||||
BLEND_MULTIPLIED // Blend textures multiplying colors
|
||||
BLEND_MULTIPLIED, // Blend textures multiplying colors
|
||||
BLEND_ADD_COLORS // Blend textures adding colors (alternative)
|
||||
} BlendMode;
|
||||
|
||||
// Gestures type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue