Quote:
Originally Posted by jaguard
Why don't you just swap buffers every once you load a new texture?
This will allow you to draw a smooth enough loading bar.
|
Because having loading on a separate thread allows you to be loading in textures while the game itself is running, rather than a loading screen. Which means bypassing loading screens altogether, where possible.
Thanks everyone for this thread by the way, it's been extremely useful :-)