Skip to content

API Reference / @gtkx/gl / vertexAttribI1iv

Function: vertexAttribI1iv()

vertexAttribI1iv(index, v): void

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

void glVertexAttribI1iv(GLuint index, const GLint *v)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

v

number[] | Int32Array<ArrayBufferLike>

const GLint *, length 1

Returns

void

See

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

Released under the MPL-2.0 License.