Skip to content

API Reference / @gtkx/gl / vertexAttribI1ui

Function: vertexAttribI1ui()

vertexAttribI1ui(index, x): void

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

void glVertexAttribI1ui(GLuint index, GLuint x)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

x

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.