Skip to content

API Reference / @gtkx/gl / vertexAttribI4ui

Function: vertexAttribI4ui()

vertexAttribI4ui(index, x, y, z, w): void

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

void glVertexAttribI4ui(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

x

number

GLuint

y

number

GLuint

z

number

GLuint

w

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.