summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_bindable_uniform
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_EXT_bindable_uniform')
-rw-r--r--auto/extensions/gl/GL_EXT_bindable_uniform12
1 files changed, 12 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_EXT_bindable_uniform b/auto/extensions/gl/GL_EXT_bindable_uniform
new file mode 100644
index 0000000..809123b
--- /dev/null
+++ b/auto/extensions/gl/GL_EXT_bindable_uniform
@@ -0,0 +1,12 @@
+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)