Skip to content

API Reference / @gtkx/gl / vertexAttrib3s

Function: vertexAttrib3s()

vertexAttrib3s(index, x, y, z): void

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

void glVertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib3sARB, glVertexAttrib3sNV. Vector form: vertexAttrib3sv.

Parameters

index

number

GLuint

x

number

GLshort

y

number

GLshort

z

number

GLshort

Returns

void

Released under the MPL-2.0 License.