summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-07 22:43:44 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-07 22:43:44 -0400
commit72c0e8e946c1d3e391986eeece474f3d2529f160 (patch)
treec1571204f2721ac4b85fe77a6d7c31d1e7867520 /src/window.hpp
parentccc2759ad777c9b289d4ae4f48bb25890296e8ae (diff)
expose vkAllocator
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 423dd14..b27dde5 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -24,6 +24,7 @@ extern VkPhysicalDevice vkPhysicalDevice;
extern VkPhysicalDeviceProperties vkPhysicalDeviceProperties;
extern VkSurfaceKHR vkSurfaceKHR;
extern VkDevice vkDevice;
+extern VkAllocationCallbacks *vkAllocator;
struct PKEWindowProperties {
unsigned int width = 1280;