Skip to content

API Reference / @gtkx/gl / vertexAttrib4Nuiv

Function: vertexAttrib4Nuiv()

vertexAttrib4Nuiv(index, v): void

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

void glVertexAttrib4Nuiv(GLuint index, const GLuint *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4NuivARB.

Parameters

index

number

GLuint

v

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length 4

Returns

void

Released under the MPL-2.0 License.