Skip to content

API Reference / @gtkx/gl / vertexAttribI2ui

Function: vertexAttribI2ui()

vertexAttribI2ui(index, x, y): void

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

void glVertexAttribI2ui(GLuint index, GLuint x, GLuint y)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI2uiEXT. Vector form: vertexAttribI2uiv.

Parameters

index

number

GLuint

x

number

GLuint

y

number

GLuint

Returns

void

Released under the MPL-2.0 License.