From eff34c523b4816bb06ffbc19e6d368cac35f538c Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 17 Oct 2023 16:49:31 -0400 Subject: large refactor for tick rate and handling vkPresentMode --- 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 ab07a8b..e94598b 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -20,6 +20,7 @@ // TODO replace me with something more elegant const unsigned int MAX_FRAMES_IN_FLIGHT = 3; +extern bool shouldRecreateSwapchain; extern GLFWwindow *window; extern GLFWmonitor *monitor; extern GLFWvidmode vidMode; -- cgit v1.2.3