Can now load models from file, kinda

This commit is contained in:
Robert 2021-01-22 13:37:57 +01:00
parent 4c3c1687ef
commit ac5bf9abdb
13 changed files with 10247 additions and 12 deletions

View file

@ -12,7 +12,10 @@
#include <memory>
#include <stdexcept>
#include <string>
#ifdef OGLU_BUILD_DLL
#include <glad/glad.h>
#endif
#ifdef OGLU_WIN32
#ifdef OGLU_BUILD_DLL