Adding benchmark

This commit is contained in:
Dynamitos
2024-07-05 12:02:46 +02:00
parent 8418cdbd11
commit fd8dc5ed0f
47 changed files with 1071 additions and 1010 deletions
+9
View File
@@ -142,4 +142,13 @@ template <typename T> class UniquePtr {
private:
T* handle;
};
// idk if it should be here?
struct Globals {
bool usePositionOnly = true;
bool useDepthCulling = true;
bool useLightCulling = true;
bool running = true;
};
Globals& getGlobals();
} // namespace Seele