summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAntonis Geralis <[email protected]>2023-02-26 13:01:42 +0200
committerGitHub <[email protected]>2023-02-26 12:01:42 +0100
commit394b31faffa0a1557f4860c31bc1168be0fc3022 (patch)
tree3233bb378f94c0c5a6dcba063e48db26a27274df
parent73c9f72c5229808fc564c878bd876d0f693f757d (diff)
downloadraylib-394b31faffa0a1557f4860c31bc1168be0fc3022.tar.gz
raylib-394b31faffa0a1557f4860c31bc1168be0fc3022.zip
Add GL_MIN GL_MAX blending equations (#2945)
-rw-r--r--src/rlgl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 7e9fee68..66a34964 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -298,6 +298,8 @@
// GL blending functions/equations
#define RL_FUNC_ADD 0x8006 // GL_FUNC_ADD
+#define RL_MIN 0x8007 // GL_MIN
+#define RL_MAX 0x8008 // GL_MAX
#define RL_FUNC_SUBTRACT 0x800A // GL_FUNC_SUBTRACT
#define RL_FUNC_REVERSE_SUBTRACT 0x800B // GL_FUNC_REVERSE_SUBTRACT
#define RL_BLEND_EQUATION 0x8009 // GL_BLEND_EQUATION