Skip to content

API Reference / @gtkx/gl / bindVertexBuffers

Function: bindVertexBuffers()

bindVertexBuffers(first, count, buffers, offsets, strides): void

Defined in: generated/commands.d.ts:361

void glBindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)

Provided by GL_VERSION_4_4. Registry note: Reuse GL_ARB_multi_bind (none) Also provided by the GL_ARB_multi_bind extension.

Parameters

first

number

GLuint

count

number

GLsizei

buffers

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length count, object class buffer

offsets

number[]

GLintptr[], length count

strides

number[] | Int32Array<ArrayBufferLike>

GLsizei[] | Int32Array, length count

Returns

void

Released under the MPL-2.0 License.