Skip to content

API Reference / @gtkx/gl / vertexAttribI1ui

Function: vertexAttribI1ui()

vertexAttribI1ui(index, x): void

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

void glVertexAttribI1ui(GLuint index, GLuint x)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI1uiEXT. Vector form: vertexAttribI1uiv.

Parameters

index

number

GLuint

x

number

GLuint

Returns

void

Released under the MPL-2.0 License.