API Reference / @gtkx/gl / uniform3iv
Function: uniform3iv()
uniform3iv(
location,count,value):void
Defined in: generated/commands.d.ts:6252
void glUniform3iv(GLint location, GLsizei count, const GLint *value)
Provided by GL_VERSION_2_0. Also known as glUniform3ivARB.
Parameters
location
number
GLint
count
number
GLsizei
value
number[] | Int32Array<ArrayBufferLike>
GLint[] | Int32Array, length count*3, kind Vector3. This parameter represents a vector with 3 components
Returns
void