Skip to content

API Reference / @gtkx/gl / vertexAttrib4ubv

Function: vertexAttrib4ubv()

vertexAttrib4ubv(index, v): void

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

void glVertexAttrib4ubv(GLuint index, const GLubyte *v)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

v

number[] | Uint8Array<ArrayBufferLike>

const GLubyte *, length 4

Returns

void

See

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

Released under the MPL-2.0 License.