aboutsummaryrefslogtreecommitdiff
path: root/include/mt_opengl.h
diff options
context:
space:
mode:
authorhecks <42101236+hecktest@users.noreply.github.com>2021-08-07 22:41:50 +0200
committerhecks <42101236+hecktest@users.noreply.github.com>2021-08-07 22:42:18 +0200
commitf83dab83cf691014f5953a8418b799cfcc0c4301 (patch)
tree27d0be8ded9eb8edca41048535785f3cdd243db2 /include/mt_opengl.h
parent5bf68b5731b1817c31959b8e3adf19a4c2307630 (diff)
downloadirrlicht-f83dab83cf691014f5953a8418b799cfcc0c4301.tar.xz
Add some missing constants to the GL binding
Diffstat (limited to 'include/mt_opengl.h')
-rwxr-xr-xinclude/mt_opengl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mt_opengl.h b/include/mt_opengl.h
index 5ddb48c..9a4cec4 100755
--- a/include/mt_opengl.h
+++ b/include/mt_opengl.h
@@ -3146,6 +3146,12 @@ public:
static constexpr const GLenum STATE_RESTORE = 0x8BDC;
static constexpr const GLenum SHADER_BINARY_VIV = 0x8FC4;
+ static constexpr const GLenum ZERO = 0;
+ static constexpr const GLenum ONE = 1;
+ static constexpr const GLenum FALSE = 0;
+ static constexpr const GLenum TRUE = 1;
+ static constexpr const GLenum NONE = 0;
+ static constexpr const GLenum NO_ERROR = 0;
};
//Global GL procedures object.