SO HUNGRY

This commit is contained in:
2025-03-26 14:30:06 +01:00
parent 3c0699b081
commit 9d1dd809b5
3 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class Renderer final {
Renderer& operator=(const Renderer&) = delete;
static constexpr size_t ORDERING_TABLE_SIZE = 4096 * 16;
static constexpr size_t BUMP_ALLOCATOR_SIZE = 8192 * 4;
static constexpr size_t BUMP_ALLOCATOR_SIZE = 8192 * 8;
static void init(psyqo::GPU& gpuInstance);