diff options
| -rw-r--r-- | src/window.hpp | 1 |
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; |
