From 3c115e49721bd479ee04d7b8410897869a779258 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 31 Aug 2023 15:27:44 -0400 Subject: expose vkPhysicalDeviceProperties --- src/window.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window.hpp') 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; -- cgit v1.2.3