summaryrefslogtreecommitdiff
path: root/src/render/mgltypes.h
diff options
context:
space:
mode:
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,