Skip to content

API Reference / @gtkx/gl / vertexAttribI3i

Function: vertexAttribI3i()

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

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

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

Provided by GL_VERSION_3_0. Also known as glVertexAttribI3iEXT. Vector form: vertexAttribI3iv.

Parameters

index

number

GLuint

x

number

GLint

y

number

GLint

z

number

GLint

Returns

void

Released under the MPL-2.0 License.