glBindBuffersBase is available only if the GL version is 4.4 or higher.
glGenBuffers, glDeleteBuffers, glBindBuffer, glBindBufferBase, glBindBufferRange, glBindBuffersRange, glMapBuffer, glUnmapBuffer
Copyright© 2013-2014 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.
Page generated by adrdox
glBindBuffersRange: man4/glBindBuffersRange.xml
glBindBuffersRange binds a set of count ranges from buffer objects whose names are given in the array buffers to the count consecutive binding points starting from index index of the array of targets specified by target. offsets specifies the address of an array containing count starting offsets within the buffers, and sizes specifies the adderess of an array of count sizes of the ranges. If buffers is null then offsets and sizes are ignored and glBindBuffersRange unbinds any buffers that are currently bound to the referenced binding points. Assuming no errors are generated, it is equivalent to the following pseudo-code, which calls glBindBufferRange :