diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-08 17:22:50 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-08 17:22:50 -0400 |
| commit | f4e7a320182faa4bcc95780c2b16b9af967ae8cc (patch) | |
| tree | b6b31715558f3ad6e567238cfab8da5e9d0fa674 /src/window.hpp | |
| parent | cc6d9be64942cfa3c96b1d70c2ad4ee78e1ca8b3 (diff) | |
expose queue family indexes
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; |
