Skip to content

API Reference / @gtkx/gl / vertexAttrib4Nuiv

Function: vertexAttrib4Nuiv()

vertexAttrib4Nuiv(index, v): void

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

void glVertexAttrib4Nuiv(GLuint index, const GLuint *v)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

v

number[] | Uint32Array<ArrayBufferLike>

const GLuint *, length 4

Returns

void

See

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

Released under the MPL-2.0 License.