Skip to content

API Reference / @gtkx/gl / uniform2ui

Function: uniform2ui()

uniform2ui(location, v0, v1): void

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

void glUniform2ui(GLint location, GLuint v0, GLuint v1)

Provided by GL_VERSION_3_0.

Parameters

location

number

GLint

v0

number

GLuint

v1

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.