]> git.tdb.fi Git - libs/gl.git/commitdiff
Rewrite ResourceManager internals for more scalability
authorMikko Rasa <tdb@tdb.fi>
Tue, 30 Sep 2014 17:05:45 +0000 (20:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 30 Sep 2014 17:05:45 +0000 (20:05 +0300)
Since loading small resources can often take less than one frame,
especially with vsync enabled, the thread can now handle more than one
resource at once.  The code is also somewhat better structured for using
more than one thread in the future.


No differences found