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 ed13e0f..0ff88ad 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -26,6 +26,9 @@ extern VkPhysicalDeviceProperties vkPhysicalDeviceProperties; extern VkSurfaceKHR vkSurfaceKHR; extern VkDevice vkDevice; extern VkAllocationCallbacks *vkAllocator; +extern VkQueue transferQueue; +extern VkCommandPool transferCommandPool; +extern VkCommandBuffer transferCommandBuffer; extern unsigned int graphicsFamilyIndex; extern unsigned int presentFamilyIndex; extern unsigned int transferFamilyIndex; |
