Skip to content

API Reference / @gtkx/gl / vertexAttribI1i

Function: vertexAttribI1i()

vertexAttribI1i(index, x): void

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

void glVertexAttribI1i(GLuint index, GLint x)

Provided by GL_VERSION_3_0. Also known as glVertexAttribI1iEXT. Vector form: vertexAttribI1iv.

Parameters

index

number

GLuint

x

number

GLint

Returns

void

Released under the MPL-2.0 License.