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