~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/core/GL_NV_parameter_buffer_object

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GL_NV_parameter_buffer_object
2
 
http://developer.download.nvidia.com/opengl/specs/GL_NV_parameter_buffer_object.txt
3
 
        GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV 0x8DA2
4
 
        GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV 0x8DA3
5
 
        GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV 0x8DA4
6
 
        GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV 0x8DA0
7
 
        GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV 0x8DA1
8
 
        void glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params)
9
 
        void glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params)
10
 
        void glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params)
 
1
GL_NV_parameter_buffer_object
 
2
http://developer.download.nvidia.com/opengl/specs/GL_NV_parameter_buffer_object.txt
 
3
        GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV 0x8DA2
 
4
        GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV 0x8DA3
 
5
        GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV 0x8DA4
 
6
        GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV 0x8DA0
 
7
        GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV 0x8DA1
 
8
        void glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params)
 
9
        void glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params)
 
10
        void glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params)