Skip to content

API Reference / @gtkx/gl / uniform4iv

Function: uniform4iv()

uniform4iv(location, count, value): void

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

void glUniform4iv(GLint location, GLsizei count, const GLint *value)

Provided by GL_VERSION_2_0. Also known as glUniform4ivARB.

Parameters

location

number

GLint

count

number

GLsizei

value

number[] | Int32Array<ArrayBufferLike>

GLint[] | Int32Array, length count*4, kind Vector4. This parameter represents a vector with 4 components

Returns

void

Released under the MPL-2.0 License.