~ubuntu-dev/ubuntu/lucid/glew/lucid-201002101911

« back to all changes in this revision

Viewing changes to auto/extensions/GL_NV_transform_feedback

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-23 16:06:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070523160625-38s3rp283oh116w0
Tags: 1.3.6-3ubuntu1
* Merge with Debian; remaining changes:
  - Build shared libraries with CC, not LD.
  - Depend on lib{gl,glu}1-mesa-dev instead of xlibmesa-{gl,glu}-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GL_NV_transform_feedback
 
2
http://developer.download.nvidia.com/opengl/specs/GL_NV_transform_feedback.txt
 
3
        GL_BACK_PRIMARY_COLOR_NV 0x8C77
 
4
        GL_BACK_SECONDARY_COLOR_NV 0x8C78
 
5
        GL_TEXTURE_COORD_NV 0x8C79
 
6
        GL_CLIP_DISTANCE_NV 0x8C7A
 
7
        GL_VERTEX_ID_NV 0x8C7B
 
8
        GL_PRIMITIVE_ID_NV 0x8C7C
 
9
        GL_GENERIC_ATTRIB_NV 0x8C7D
 
10
        GL_TRANSFORM_FEEDBACK_ATTRIBS_NV 0x8C7E
 
11
        GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV 0x8C7F
 
12
        GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV 0x8C80
 
13
        GL_ACTIVE_VARYINGS_NV 0x8C81
 
14
        GL_ACTIVE_VARYING_MAX_LENGTH_NV 0x8C82
 
15
        GL_TRANSFORM_FEEDBACK_VARYINGS_NV 0x8C83
 
16
        GL_TRANSFORM_FEEDBACK_BUFFER_START_NV 0x8C84
 
17
        GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV 0x8C85
 
18
        GL_TRANSFORM_FEEDBACK_RECORD_NV 0x8C86
 
19
        GL_PRIMITIVES_GENERATED_NV 0x8C87
 
20
        GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV 0x8C88
 
21
        GL_RASTERIZER_DISCARD_NV 0x8C89
 
22
        GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_ATTRIBS_NV 0x8C8A
 
23
        GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV 0x8C8B
 
24
        GL_INTERLEAVED_ATTRIBS_NV 0x8C8C
 
25
        GL_SEPARATE_ATTRIBS_NV 0x8C8D
 
26
        GL_TRANSFORM_FEEDBACK_BUFFER_NV 0x8C8E
 
27
        GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV 0x8C8F
 
28
        void glBeginTransformFeedbackNV (GLenum primitiveMode)
 
29
        void glEndTransformFeedbackNV (void)
 
30
        void glTransformFeedbackAttribsNV (GLuint count, const GLint *attribs, GLenum bufferMode)
 
31
        void glBindBufferRangeNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
 
32
        void glBindBufferOffsetNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset)
 
33
        void glBindBufferBaseNV (GLenum target, GLuint index, GLuint buffer)
 
34
        void glTransformFeedbackVaryingsNV (GLuint program, GLsizei count, const GLint *locations, GLenum bufferMode)
 
35
        void glActiveVaryingNV (GLuint program, const GLchar *name)
 
36
        GLint glGetVaryingLocationNV (GLuint program, const GLchar *name)
 
37
        void glGetActiveVaryingNV (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
 
38
        void glGetTransformFeedbackVaryingNV (GLuint program, GLuint index, GLint *location)