Skip to content

API Reference / @gtkx/gl / uniform3i

Function: uniform3i()

uniform3i(location, v0, v1, v2): void

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

void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2)

Provided by GL_VERSION_2_0.

Parameters

location

number

GLint

v0

number

GLint

v1

number

GLint

v2

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.