You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
686B

  1. GL_ARB_multi_bind
  2. http://www.opengl.org/registry/specs/ARB/multi_bind.txt
  3. GL_ARB_multi_bind
  4. void glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint* buffers)
  5. void glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint* buffers, const GLintptr *offsets, const GLsizeiptr *sizes)
  6. void glBindImageTextures (GLuint first, GLsizei count, const GLuint* textures)
  7. void glBindSamplers (GLuint first, GLsizei count, const GLuint* samplers)
  8. void glBindTextures (GLuint first, GLsizei count, const GLuint* textures)
  9. void glBindVertexBuffers (GLuint first, GLsizei count, const GLuint* buffers, const GLintptr *offsets, const GLsizei *strides)