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_EXT_bindable_uniform')
-rw-r--r--Libraries/glew-2.0.0/auto/core/gl/GL_EXT_bindable_uniform13
1 files changed, 0 insertions, 13 deletions
diff --git a/Libraries/glew-2.0.0/auto/core/gl/GL_EXT_bindable_uniform b/Libraries/glew-2.0.0/auto/core/gl/GL_EXT_bindable_uniform
deleted file mode 100644
index 00ec270c..00000000
--- a/Libraries/glew-2.0.0/auto/core/gl/GL_EXT_bindable_uniform
+++ /dev/null
@@ -1,13 +0,0 @@
-GL_EXT_bindable_uniform
-http://developer.download.nvidia.com/opengl/specs/GL_EXT_bindable_uniform.txt
-GL_EXT_bindable_uniform
-
- GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT 0x8DE2
- GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT 0x8DE3
- GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT 0x8DE4
- GL_MAX_BINDABLE_UNIFORM_SIZE_EXT 0x8DED
- GL_UNIFORM_BUFFER_BINDING_EXT 0x8DEF
- GL_UNIFORM_BUFFER_EXT 0x8DEE
- void glUniformBufferEXT (GLuint program, GLint location, GLuint buffer)
- GLint glGetUniformBufferSizeEXT (GLuint program, GLint location)
- GLintptr glGetUniformOffsetEXT (GLuint program, GLint location)