From f4e7a320182faa4bcc95780c2b16b9af967ae8cc Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 8 Sep 2023 17:22:50 -0400 Subject: expose queue family indexes --- src/window.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/window.hpp') diff --git a/src/window.hpp b/src/window.hpp index b27dde5..a2cb264 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -25,6 +25,9 @@ extern VkPhysicalDeviceProperties vkPhysicalDeviceProperties; extern VkSurfaceKHR vkSurfaceKHR; extern VkDevice vkDevice; extern VkAllocationCallbacks *vkAllocator; +extern unsigned int graphicsFamilyIndex; +extern unsigned int presentFamilyIndex; +extern unsigned int transferFamilyIndex; struct PKEWindowProperties { unsigned int width = 1280; -- cgit v1.2.3