Skip to content

API Reference / @gtkx/gl / vertexAttrib3sv

Function: vertexAttrib3sv()

vertexAttrib3sv(index, v): void

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

void glVertexAttrib3sv(GLuint index, const GLshort *v)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

v

number[] | Int16Array<ArrayBufferLike>

const GLshort *, length 3

Returns

void

See

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

Released under the MPL-2.0 License.