|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/api.hpp"#include <ThirdParty/glm/glm/glm.hpp>#include <ThirdParty/stb/stb_image.h>#include <ThirdParty/EASTL-master/include/EASTL/string.h>Go to the source code of this file.
Classes | |
| class | Engine::Texture |
| This object is used to store information regarding a texture. NOTE: Only the resource manager is allowed to create this object. More... | |
Namespaces | |
| Engine | |
1.8.11