From 6adc2a5654e55f4a0e817cd5731753cdc3bc5ff4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Jun 2014 18:27:44 +0300 Subject: add some more OpenGL functions. --- src/render/mgltypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/render/mgltypes.h') 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, -- cgit v1.2.3-70-g09d2