Skip to content

API Reference / @gtkx/gl / vertexAttribI1i

Function: vertexAttribI1i()

vertexAttribI1i(index, x): void

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

void glVertexAttribI1i(GLuint index, GLint x)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

x

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.