Skip to content

API Reference / @gtkx/gl / vertexAttribI4bv

Function: vertexAttribI4bv()

vertexAttribI4bv(index, v): void

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

void glVertexAttribI4bv(GLuint index, const GLbyte *v)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

v

number[] | Int8Array<ArrayBufferLike>

const GLbyte *, length 4

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttribI4bv.xhtml

Released under the MPL-2.0 License.