diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-08-05 22:12:59 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-08-05 22:12:59 -0400 |
| commit | 80b984cc672fda24d9cefc378cac68153473e21b (patch) | |
| tree | d1824f7b87d9a6cdfcb46c07fe4f6bd400888bab /src/window.hpp | |
| parent | de67a9ec31e3fe700c77fd60e7868ccc5a7e3253 (diff) | |
create swapchain
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; |
