mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Resolve Bug ID: 3152894 - declaration of glGetTransformFeedbackVarying in GL_VERSION_3_0
This commit is contained in:
parent
eede5f7c29
commit
3442e0aeb0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user