diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-17 15:11:45 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-17 15:15:01 -0500 |
| commit | 79bb6ab8c0c7b3ecc14926cd682224ca7c01f094 (patch) | |
| tree | f39a984b2a0d533eb96fab927e834dbe4265a64d /src/window.hpp | |
| parent | d93268b739db8a3eb815bf69370d33a590b827cc (diff) | |
vulkan allocator
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp index 7f42766..83f7e68 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -20,6 +20,8 @@ // TODO replace me with something more elegant const unsigned int MAX_FRAMES_IN_FLIGHT = 3; +extern MemBucket *MemBkt_Vulkan; + extern bool shouldRecreateSwapchain; extern GLFWwindow *window; extern GLFWmonitor *monitor; |
