Skip to content

API Reference / @gtkx/gl / uniform2uiv

Function: uniform2uiv()

uniform2uiv(location, count, value): void

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

void glUniform2uiv(GLint location, GLsizei count, const GLuint *value)

Provided by GL_VERSION_3_0. Also known as glUniform2uivEXT.

Parameters

location

number

GLint

count

number

GLsizei

value

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length count*2, kind Vector2. This parameter represents a vector with 2 components

Returns

void

Released under the MPL-2.0 License.