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