From 3442e0aeb0ed391cb4ba17712650fe07cf224ec0 Mon Sep 17 00:00:00 2001 From: nigels-com Date: Fri, 7 Jan 2011 09:50:05 -0600 Subject: [PATCH] Resolve Bug ID: 3152894 - declaration of glGetTransformFeedbackVarying in GL_VERSION_3_0 --- auto/core/GL_VERSION_3_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/core/GL_VERSION_3_0 b/auto/core/GL_VERSION_3_0 index 1a362f0..5e4c3df 100644 --- a/auto/core/GL_VERSION_3_0 +++ b/auto/core/GL_VERSION_3_0 @@ -117,7 +117,7 @@ http://www.opengl.org/registry/doc/glspec30.20080811.pdf void glBeginTransformFeedback (GLenum) void glEndTransformFeedback (void) void glTransformFeedbackVaryings (GLuint, GLsizei, const GLchar **, GLenum) - void glGetTransformFeedbackVarying (GLuint, GLuint, GLint*) + void glGetTransformFeedbackVarying (GLuint, GLuint, GLsizei, GLsizei *, GLsizei *, GLenum *, GLchar *) void glClampColor (GLenum, GLenum) void glBeginConditionalRender (GLuint, GLenum) void glEndConditionalRender (void)