Skip to content

API Reference / @gtkx/gl / vertexAttrib4usv

Function: vertexAttrib4usv()

vertexAttrib4usv(index, v): void

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

void glVertexAttrib4usv(GLuint index, const GLushort *v)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib4usvARB.

Parameters

index

number

GLuint

v

number[] | Uint16Array<ArrayBufferLike>

GLushort[] | Uint16Array, length 4

Returns

void

Released under the MPL-2.0 License.