API Reference / @gtkx/gl / vertexAttrib4s
Function: vertexAttrib4s()
vertexAttrib4s(
index,x,y,z,w):void
Defined in: generated/commands.d.ts:6479
void glVertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Provided by GL_VERSION_2_0.
Parameters
index
number
GLuint
x
number
GLshort
y
number
GLshort
z
number
GLshort
w
number
GLshort
Returns
void
See
https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttrib4s.xhtml