Skip to content

API Reference / @gtkx/gl / vertexAttribI4ubv

Function: vertexAttribI4ubv()

vertexAttribI4ubv(index, v): void

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

void glVertexAttribI4ubv(GLuint index, const GLubyte *v)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI4ubvEXT.

Parameters

index

number

GLuint

v

number[] | Uint8Array<ArrayBufferLike>

GLubyte[] | Uint8Array, length 4

Returns

void

Released under the MPL-2.0 License.