Skip to content

API Reference / @gtkx/gl / vertexAttrib4Niv

Function: vertexAttrib4Niv()

vertexAttrib4Niv(index, v): void

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

void glVertexAttrib4Niv(GLuint index, const GLint *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4NivARB.

Parameters

index

number

GLuint

v

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length 4

Returns

void

Released under the MPL-2.0 License.