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