Skip to content

API Reference / @gtkx/gl / vertexAttrib3s

Function: vertexAttrib3s()

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

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

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

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

x

number

GLshort

y

number

GLshort

z

number

GLshort

Returns

void

See

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

Released under the MPL-2.0 License.