void ProgramObject::setUniform2fv(const char *varname, GLsizei count, GLfloat *value) { glUniform2fv(getUniformLocation(varname), count, value); }