Skip to content

API Reference / @gtkx/gl / vertexAttrib4Nubv

Function: vertexAttrib4Nubv()

vertexAttrib4Nubv(index, v): void

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

void glVertexAttrib4Nubv(GLuint index, const GLubyte *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4NubvARB, glVertexAttrib4ubvNV. GLX render opcode 4201.

Parameters

index

number

GLuint

v

number[] | Uint8Array<ArrayBufferLike>

GLubyte[] | Uint8Array, length 4

Returns

void

Released under the MPL-2.0 License.