Skip to content

API Reference / @gtkx/gl / uniform1i

Function: uniform1i()

uniform1i(location, v0): void

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

void glUniform1i(GLint location, GLint v0)

Provided by GL_VERSION_2_0.

Parameters

location

number

GLint

v0

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.