mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
11 lines
686 B
Plaintext
11 lines
686 B
Plaintext
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)
|