Skip to content

API Reference / @gtkx/gl / uniform2i

Function: uniform2i()

uniform2i(location, v0, v1): void

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

void glUniform2i(GLint location, GLint v0, GLint v1)

Provided by GL_VERSION_2_0.

Parameters

location

number

GLint

v0

number

GLint

v1

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.