|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Core/OSDef.hpp>#include <Math/Vector.hpp>#include <Math/Matrix.hpp>#include <Math/Quaternion.hpp>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | Sleak::ModelLoader |
| struct | Sleak::ModelLoadOptions |
Namespaces | |
| namespace | Sleak |
| Root namespace for everything the engine exposes. | |
Typedefs | |
| using | Sleak::TextureCache = std::unordered_map<std::string, ::Sleak::Texture*> |
| Per-load texture cache to avoid loading the same texture file multiple times. | |