API Reference / @gtkx/gl / uniform1iv
Function: uniform1iv()
uniform1iv(
location,count,value):void
Defined in: generated/commands.d.ts:5446
void glUniform1iv(GLint location, GLsizei count, const GLint *value)
Provided by GL_VERSION_2_0.
Parameters
location
number
GLint
count
number
GLsizei
value
number[] | Int32Array<ArrayBufferLike>
const GLint *, length count*1
Returns
void
See
https://registry.khronos.org/OpenGL-Refpages/gl4/html/glUniform1iv.xhtml