Skip to content

API Reference / @gtkx/gl / vertexAttrib4usv

Function: vertexAttrib4usv()

vertexAttrib4usv(index, v): void

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

void glVertexAttrib4usv(GLuint index, const GLushort *v)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

v

number[] | Uint16Array<ArrayBufferLike>

const GLushort *, length 4

Returns

void

See

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

Released under the MPL-2.0 License.