1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_ARB_multi_bind

9 lines
688 B
Text

GL_ARB_multi_bind
http://www.opengl.org/registry/specs/gl/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)