|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/api.hpp"#include "Engine/Model/Model.hpp"#include <ThirdParty/assimp/include/assimp/Importer.hpp>#include <ThirdParty/assimp/include/assimp/scene.h>#include <ThirdParty/EASTL-master/include/EASTL/map.h>#include <ThirdParty/EASTL-master/include/EASTL/shared_ptr.h>Go to the source code of this file.
Classes | |
| class | Engine::ResourceManager |
| This class is used to create models, load in meshes and textures. NOTE: Only the Engine is allowed to create this object. More... | |
Namespaces | |
| Engine | |
1.8.11