summaryrefslogtreecommitdiff
path: root/src/render/mgltypes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-07 18:27:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-07 18:27:44 +0300
commit6adc2a5654e55f4a0e817cd5731753cdc3bc5ff4 (patch)
tree61a9a659578bfc215006f7b137129b7818aa4098 /src/render/mgltypes.h
parentb60aef9dc9977b54a1b27431890e06558a2b6784 (diff)
downloadplus-6adc2a5654e55f4a0e817cd5731753cdc3bc5ff4.tar.gz
plus-6adc2a5654e55f4a0e817cd5731753cdc3bc5ff4.tar.bz2
plus-6adc2a5654e55f4a0e817cd5731753cdc3bc5ff4.tar.xz
plus-6adc2a5654e55f4a0e817cd5731753cdc3bc5ff4.zip
add some more OpenGL functions.
Diffstat (limited to 'src/render/mgltypes.h')
-rw-r--r--src/render/mgltypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/mgltypes.h b/src/render/mgltypes.h
index 8e5cbe40d..65fd8a978 100644
--- a/src/render/mgltypes.h
+++ b/src/render/mgltypes.h
@@ -120,6 +120,7 @@ typedef void (APIENTRY *glUniform3f_t) (GLint location,
GLfloat v0, GLfloat v1, GLfloat v2);
typedef void (APIENTRY *glUniform4f_t) (GLint location,
GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
+typedef GLenum (APIENTRY *glCheckFramebufferStatus_t) (GLenum target);
// callback
typedef void (APIENTRY *GLDEBUGPROC_t) (GLenum source, GLenum type, GLuint id,