summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_multi_bind
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ARB_multi_bind')
-rw-r--r--auto/extensions/gl/GL_ARB_multi_bind9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_multi_bind b/auto/extensions/gl/GL_ARB_multi_bind
new file mode 100644
index 0000000..aaf0fe9
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_multi_bind
@@ -0,0 +1,9 @@
+GL_ARB_multi_bind
+http://www.opengl.org/registry/specs/ARB/multi_bind.txt
+GL_ARB_multi_bind
+ void glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint* buffers)
+ void glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint* buffers, const GLintptr *offsets, const GLsizeiptr *sizes)
+ void glBindImageTextures (GLuint first, GLsizei count, const GLuint* textures)
+ void glBindSamplers (GLuint first, GLsizei count, const GLuint* samplers)
+ void glBindTextures (GLuint first, GLsizei count, const GLuint* textures)
+ void glBindVertexBuffers (GLuint first, GLsizei count, const GLuint* buffers, const GLintptr *offsets, const GLsizei *strides)