killstealers / crashburn

This is the crashburn project, a simple 3D multiplayer video game, based on Crash Bash.
https://github.com/killstealers/crashburn
1 stars 0 forks source link

Resource Manager #4

Open NewbiZ opened 11 years ago

NewbiZ commented 11 years ago

Should create a simple synchronous loader for now. Will think of a nice asynchronous one later.

For future compatibility, loaders should stick to just load data to host memory. When we'll have a real asynchronous loader, the upload to video memory will be done on the opengl thread.