We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb341c commit ba1e91bCopy full SHA for ba1e91b
src/rlgl.h
@@ -433,7 +433,7 @@ typedef enum {
433
RL_BLEND_MULTIPLIED, // Blend textures multiplying colors
434
RL_BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
435
RL_BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
436
- RL_BLEND_CUSTOM // Belnd textures using custom src/dst factors (use SetBlendModeCustom())
+ RL_BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendFactors())
437
} rlBlendMode;
438
439
// Shader location point type
0 commit comments