Update docs for supported blend modes (#1801)

This commit is contained in:
Marco G. Maia
2021-06-01 10:00:19 -03:00
committed by GitHub
parent 0870295a7c
commit 1a7dace57e
2 changed files with 3 additions and 3 deletions

View File

@@ -2034,8 +2034,8 @@ void EndShaderMode(void)
rlSetShader(rlGetShaderDefault());
}
// Begin blending mode (alpha, additive, multiplied)
// NOTE: Only 3 blending modes supported, default blend mode is alpha
// Begin blending mode (alpha, additive, multiplied, subtract, custom)
// NOTE: Blend modes supported are enumerated in BlendMode enum
void BeginBlendMode(int mode)
{
rlSetBlendMode(mode);