mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 20:08:14 +00:00
RENAMED: BLEND_ALPHA_PREMUL
to BLEND_ALPHA_PREMULTIPLY
This commit is contained in:
@@ -843,7 +843,7 @@ 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_ALPHA_PREMUL, // Blend premultiplied textures considering alpha
|
||||
BLEND_ALPHA_PREMULTIPLY, // Blend premultiplied textures considering alpha
|
||||
BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendMode())
|
||||
} BlendMode;
|
||||
|
||||
|
Reference in New Issue
Block a user