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