void ProgramObject::setUniform2i(const char *varname, GLint v0, GLint v1) { glUniform2iARB(getUniformLocation(varname), v0, v1); }