Skip to content

API Reference / @gtkx/gl / vertexAttribI2i

Function: vertexAttribI2i()

vertexAttribI2i(index, x, y): void

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

void glVertexAttribI2i(GLuint index, GLint x, GLint y)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

x

number

GLint

y

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.