However, depending on game you might want to load only the graphics needed on current "level" in game. glTexImage2D for example can be used to load and reload texture in its index as many times as needed. This kind of loading has to be self built but in best scenarios can reduce loading time frustration enormously.