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