added the new enum over here

This commit is contained in:
Chris 2021-11-18 11:57:34 -08:00
parent 46cb332d59
commit 1141c57616

View File

@ -839,7 +839,8 @@ typedef enum {
BLEND_MULTIPLIED, // Blend textures multiplying colors
BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode())
BLEND_CUSTOM, // Blend textures using custom src/dst factors (use rlSetBlendMode())
BLEND_CUSTOM_SEPARATED // Blend textures using separate custom src/dst factors
} BlendMode;
// Gesture