Adding benchmark
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user