Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/core/gl/GL_NV_parameter_buffer_object')
-rw-r--r--Libraries/glew-2.0.0/auto/core/gl/GL_NV_parameter_buffer_object12
1 files changed, 0 insertions, 12 deletions
diff --git a/Libraries/glew-2.0.0/auto/core/gl/GL_NV_parameter_buffer_object b/Libraries/glew-2.0.0/auto/core/gl/GL_NV_parameter_buffer_object
deleted file mode 100644
index 91494e31..00000000
--- a/Libraries/glew-2.0.0/auto/core/gl/GL_NV_parameter_buffer_object
+++ /dev/null
@@ -1,12 +0,0 @@
-GL_NV_parameter_buffer_object
-http://developer.download.nvidia.com/opengl/specs/GL_NV_parameter_buffer_object.txt
-GL_NV_parameter_buffer_object
-
- GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV 0x8DA2
- GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV 0x8DA3
- GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV 0x8DA4
- GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV 0x8DA0
- GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV 0x8DA1
- void glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params)
- void glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params)
- void glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params)