From 7eef76b9e5b54f36e68c7e267aa62124f6022b70 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 29 May 2011 17:50:23 +0200 Subject: Misc fixes for win32 and cross-compiling. --- gl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gl.h') diff --git a/gl.h b/gl.h index 1bbd9a5..11bd691 100644 --- a/gl.h +++ b/gl.h @@ -19,6 +19,7 @@ extern GLboolean (APIENTRY *glUnmapBuffer)(GLenum); /* uniform */ extern GLint (APIENTRY *glGetUniformLocation)(GLuint, const GLchar*); extern void (APIENTRY *glUniform1i)(GLint, GLint); +extern void (APIENTRY *glUniform1f)(GLint, GLfloat); extern void (APIENTRY *glUniform2f)(GLint, GLfloat, GLfloat); extern void (APIENTRY *glUniform3f)(GLint, GLfloat, GLfloat, GLfloat); extern void (APIENTRY *glUniform1iv)(GLint, GLsizei, const GLint*); -- cgit v1.2.3