early implementation of geometry bank, partial replacement of math classes with glm

This commit is contained in:
tmj-fstate
2017-05-30 19:21:40 +02:00
parent d2a9f7080e
commit f48b61c650
11 changed files with 592 additions and 277 deletions

View File

@@ -62,6 +62,8 @@ private:
*/
};
typedef std::size_t texture_handle;
class texture_manager {
private: