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