From 72c0e8e946c1d3e391986eeece474f3d2529f160 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 7 Sep 2023 22:43:44 -0400 Subject: expose vkAllocator --- src/window.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3