Skip to content

API Reference / @gtkx/gl / vertexAttribI4i

Function: vertexAttribI4i()

vertexAttribI4i(index, x, y, z, w): void

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

void glVertexAttribI4i(GLuint index, GLint x, GLint y, GLint z, GLint w)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

x

number

GLint

y

number

GLint

z

number

GLint

w

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.