Resolve Bug ID: 3152894 - declaration of glGetTransformFeedbackVarying in GL_VERSION_3_0

This commit is contained in:
nigels-com 2011-01-07 09:50:05 -06:00
parent eede5f7c29
commit 3442e0aeb0
1 changed files with 1 additions and 1 deletions

View File

@ -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)