diff options
Diffstat (limited to 'src/window.hpp')
| -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 4997327..38f3151 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -10,6 +10,7 @@ extern GLFWwindow *glfwWindow; extern VkInstance vkInstance; extern VkPhysicalDevice vkPhysicalDevice; extern VkSurfaceKHR vkSurfaceKHR; +extern VkDevice vkDevice; struct PKEWindowProperties { unsigned int width = 1280; |
