diff options
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
