From 76f2069b78fe369a3eba03a16218d352e3e51b53 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 16 Oct 2023 09:27:33 -0400 Subject: checkpoint - get current monitor's refresh rate --- src/window.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window.hpp') diff --git a/src/window.hpp b/src/window.hpp index 91f9929..ab07a8b 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -21,6 +21,8 @@ const unsigned int MAX_FRAMES_IN_FLIGHT = 3; extern GLFWwindow *window; +extern GLFWmonitor *monitor; +extern GLFWvidmode vidMode; extern VkInstance vkInstance; extern VkPhysicalDevice vkPhysicalDevice; extern VkPhysicalDeviceProperties vkPhysicalDeviceProperties; -- cgit v1.2.3