1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_ARB_transform_feedback3

9 lines
476 B
Text

GL_ARB_transform_feedback3
http://www.opengl.org/registry/specs/gl/ARB/transform_feedback3.txt
GL_ARB_transform_feedback3
GL_MAX_TRANSFORM_FEEDBACK_BUFFERS 0x8E70
GL_MAX_VERTEX_STREAMS 0x8E71
void glBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
void glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream)
void glEndQueryIndexed (GLenum target, GLuint index)
void glGetQueryIndexediv (GLenum target, GLuint index, GLenum pname, GLint* params)