API Reference / @gtkx/gl / bindBuffersBase
Function: bindBuffersBase()
bindBuffersBase(
target,first,count,buffers):void
Defined in: generated/commands.d.ts:151
void glBindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint *buffers)
Provided by GL_VERSION_4_4. Registry note: Reuse GL_ARB_multi_bind (none) Also provided by the GL_ARB_multi_bind extension.
Parameters
target
number
BufferTargetARB
first
number
GLuint
count
number
GLsizei
buffers
number[] | Uint32Array<ArrayBufferLike>
GLuint[] | Uint32Array, length count, object class buffer
Returns
void