~ubuntu-branches/ubuntu/precise/glew/precise

« back to all changes in this revision

Viewing changes to auto/extensions/GL_ARB_transform_feedback3

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2011-01-11 11:20:03 UTC
  • mfrom: (1.1.8 upstream) (2.1.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110111112003-j2v6ob84i3h66z0z
Tags: 1.5.7-1
* New upstream release
* back to source format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GL_ARB_transform_feedback3
 
2
http://www.opengl.org/registry/specs/ARB/transform_feedback3.txt
 
3
GL_ARB_transform_feedback3
 
4
        GL_MAX_TRANSFORM_FEEDBACK_BUFFERS 0x8E70
 
5
        GL_MAX_VERTEX_STREAMS 0x8E71
 
6
        void glBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
 
7
        void glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream)
 
8
        void glEndQueryIndexed (GLenum target, GLuint index)
 
9
        void glGetQueryIndexediv (GLenum target, GLuint index, GLenum pname, GLint* params)