API Reference / @gtkx/gl / vertexAttrib3sv
Function: vertexAttrib3sv()
vertexAttrib3sv(
index,v):void
Defined in: generated/commands.d.ts:7013
void glVertexAttrib3sv(GLuint index, const GLshort *v)
Provided by GL_VERSION_2_0. Also known as glVertexAttrib3svARB, glVertexAttrib3svNV. GLX render opcode 4191.
Parameters
index
number
GLuint
v
number[] | Int16Array<ArrayBufferLike>
GLshort[] | Int16Array, length 3
Returns
void