Skip to content

API Reference / @gtkx/gl / vertexAttrib4ubv

Function: vertexAttrib4ubv()

vertexAttrib4ubv(index, v): void

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

void glVertexAttrib4ubv(GLuint index, const GLubyte *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4ubvARB.

Parameters

index

number

GLuint

v

number[] | Uint8Array<ArrayBufferLike>

GLubyte[] | Uint8Array, length 4

Returns

void

Released under the MPL-2.0 License.