From 80b984cc672fda24d9cefc378cac68153473e21b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Sat, 5 Aug 2023 22:12:59 -0400 Subject: create swapchain --- 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 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; -- cgit v1.2.3