mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Fix for bug 2833174 - TransformFeedbackVaryings parameter mismatch
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@558 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
96a9cfd886
commit
6a71ba4b34
@ -115,7 +115,7 @@ http://www.opengl.org/registry/doc/glspec30.20080811.pdf
|
||||
GLboolean glIsEnabledi (GLenum, GLuint)
|
||||
void glBeginTransformFeedback (GLenum)
|
||||
void glEndTransformFeedback (void)
|
||||
void glTransformFeedbackVaryings (GLuint, GLsizei, const GLint*, GLenum)
|
||||
void glTransformFeedbackVaryings (GLuint, GLsizei, const GLchar **, GLenum)
|
||||
void glGetTransformFeedbackVarying (GLuint, GLuint, GLint*)
|
||||
void glClampColor (GLenum, GLenum)
|
||||
void glBeginConditionalRender (GLuint, GLenum)
|
||||
|
Loading…
Reference in New Issue
Block a user