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