summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index d9fc23f..6dc690b 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -20,6 +20,7 @@ const unsigned int MAX_FRAMES_IN_FLIGHT = 2;
extern GLFWwindow *window;
extern VkInstance vkInstance;
extern VkPhysicalDevice vkPhysicalDevice;
+extern VkPhysicalDeviceProperties vkPhysicalDeviceProperties;
extern VkSurfaceKHR vkSurfaceKHR;
extern VkDevice vkDevice;