mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-21 18:58:14 +00:00
Change comment about custom blend modes in rlgl.h (#2260)
This commit is contained in:

committed by
GitHub

parent
7eb341ccaf
commit
ba1e91b4d7
@@ -433,7 +433,7 @@ typedef enum {
|
|||||||
RL_BLEND_MULTIPLIED, // Blend textures multiplying colors
|
RL_BLEND_MULTIPLIED, // Blend textures multiplying colors
|
||||||
RL_BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
|
RL_BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
|
||||||
RL_BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
|
RL_BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
|
||||||
RL_BLEND_CUSTOM // Belnd textures using custom src/dst factors (use SetBlendModeCustom())
|
RL_BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendFactors())
|
||||||
} rlBlendMode;
|
} rlBlendMode;
|
||||||
|
|
||||||
// Shader location point type
|
// Shader location point type
|
||||||
|
Reference in New Issue
Block a user