Skip to content

API Reference / @gtkx/gl / vertexAttribI2iv

Function: vertexAttribI2iv()

vertexAttribI2iv(index, v): void

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

void glVertexAttribI2iv(GLuint index, const GLint *v)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI2ivEXT.

Parameters

index

number

GLuint

v

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length 2

Returns

void

Released under the MPL-2.0 License.