TimpanogosTechGroup / GameEngine

If you have any questions about what we are doing or our code, feel free to email us at contact.us@timpanogos-tech.com
http://timpanogos-tech.com/
2 stars 0 forks source link

Resource Manager #2

Open TimpanogosTech opened 6 years ago

TimpanogosTech commented 6 years ago

We need to create some kind of resource manager for shaders, textures etc. This will prevent multiple loading of the the same ones and save on memory.

JustBrenkman commented 6 years ago

Update resource manager to include models in preparation for scene management. And add functions to handle resources better, including deletion.

JustBrenkman commented 6 years ago

Update resource manager to contain more classes

JustBrenkman commented 5 years ago

Add materials to the resource pools, will help with memory management.