Skip to content

API Reference / @gtkx/gl / vertexAttribI4sv

Function: vertexAttribI4sv()

vertexAttribI4sv(index, v): void

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

void glVertexAttribI4sv(GLuint index, const GLshort *v)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI4svEXT.

Parameters

index

number

GLuint

v

number[] | Int16Array<ArrayBufferLike>

GLshort[] | Int16Array, length 4

Returns

void

Released under the MPL-2.0 License.