Skip to content

API Reference / @gtkx/gl / uniform1ui

Function: uniform1ui()

uniform1ui(location, v0): void

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

void glUniform1ui(GLint location, GLuint v0)

Provided by GL_VERSION_3_0.

Parameters

location

number

GLint

v0

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.