|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/api.hpp"#include "Engine/Model/Model.hpp"#include "Engine/Utility/Event.hpp"#include "Engine/Utility/Defines.hpp"#include <ThirdParty/glm/glm/glm.hpp>#include <ThirdParty/EASTL-master/include/EASTL/shared_ptr.h>Go to the source code of this file.
Classes | |
| class | Engine::Renderer |
| This is the main renderer parent class which contains the base methods required for a renderer. NOTE: Only the Engine can create this object. More... | |
Namespaces | |
| Engine | |
1.8.11