Skip to content

API Reference / @gtkx/gl / vertexAttribI3iv

Function: vertexAttribI3iv()

vertexAttribI3iv(index, v): void

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

void glVertexAttribI3iv(GLuint index, const GLint *v)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI3ivEXT.

Parameters

index

number

GLuint

v

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length 3

Returns

void

Released under the MPL-2.0 License.