Added BLEND_CUSTOM_SEPARATE
#2741
This commit is contained in:
parent
25d846aa9a
commit
26969c2c38
1 changed files with 2 additions and 1 deletions
|
@ -857,7 +857,8 @@ typedef enum {
|
||||||
BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
|
BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
|
||||||
BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
|
BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
|
||||||
BLEND_ALPHA_PREMULTIPLY, // Blend premultiplied textures considering alpha
|
BLEND_ALPHA_PREMULTIPLY, // Blend premultiplied textures considering alpha
|
||||||
BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendMode())
|
BLEND_CUSTOM, // Blend textures using custom src/dst factors (use rlSetBlendMode())
|
||||||
|
BLEND_CUSTOM_SEPARATE // Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendModeSeparate())
|
||||||
} BlendMode;
|
} BlendMode;
|
||||||
|
|
||||||
// Gesture
|
// Gesture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue