void ProgramObject::setUniform2f(const char *varname, GLfloat v0, GLfloat v1) { glUniform2fARB(getUniformLocation(varname), v0, v1); }