diff options
| author | Marco G. Maia <[email protected]> | 2021-06-01 10:00:19 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-01 15:00:19 +0200 |
| commit | 1a7dace57e8bd38f40fa87f30b46a855a4b71063 (patch) | |
| tree | 1bf2f346465bab963d827b6443726cc56f22ab3c /src/core.c | |
| parent | 0870295a7c0f4bbce8141174129e6085dc4bebbc (diff) | |
| download | raylib-1a7dace57e8bd38f40fa87f30b46a855a4b71063.tar.gz raylib-1a7dace57e8bd38f40fa87f30b46a855a4b71063.zip | |
Update docs for supported blend modes (#1801)
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
