Skip to content

API Reference / @gtkx/gl / vertexAttribI3i

Function: vertexAttribI3i()

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

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

void glVertexAttribI3i(GLuint index, GLint x, GLint y, GLint z)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

x

number

GLint

y

number

GLint

z

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.