void ProgramObject::setUniform1iv(const char *varname, GLsizei count, GLint *value) { glUniform1iv(getUniformLocation(varname), count, value); }