aboutsummaryrefslogtreecommitdiffstats
path: root/glfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'glfunc.h')
-rw-r--r--glfunc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glfunc.h b/glfunc.h
index 8b5776b..6722567 100644
--- a/glfunc.h
+++ b/glfunc.h
@@ -43,3 +43,6 @@ GL_FUNC(glUniform3fv, void, gl_uni_set3fv, GLint location, GLsizei count, const
GL_FUNC(glUniform4fv, void, gl_uni_set4fv, GLint location, GLsizei count, const GLfloat *value)
GL_FUNC(glUniformMatrix3fv, void, gl_uni_setm3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
GL_FUNC(glUniformMatrix4fv, void, gl_uni_setm4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
+GL_FUNC(glGetIntegerv, void, gl_geti, GLenum pname, GLint *data)
+GL_FUNC(glEnable, void, gl_enable, GLenum cap)
+GL_FUNC(glDisable, void, gl_disable, GLenum cap)