summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-08-24 10:18:00 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-08-24 10:18:00 -0400
commit91e15d7f97d24fec6ff5c299de8b9cd116778aae (patch)
treec838a9a9a7220421f0668e384ab2e1ebb38b44e5 /src/window.hpp
parent998ed84c26da259c5b19e228af245e58e0daa7d6 (diff)
add commandBuffer, semaphores, and fence - no binding yet
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 117e67a..b7a4e05 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -9,7 +9,7 @@
const unsigned int MAX_FRAMES_IN_FLIGHT = 3;
-extern GLFWwindow *glfwWindow;
+extern GLFWwindow *window;
extern VkInstance vkInstance;
extern VkPhysicalDevice vkPhysicalDevice;
extern VkSurfaceKHR vkSurfaceKHR;