diff options
Diffstat (limited to 'src/window.hpp')
| -rw-r--r-- | src/window.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp index a2cb264..ed13e0f 100644 --- a/src/window.hpp +++ b/src/window.hpp @@ -16,7 +16,8 @@ #include <GLFW/glfw3.h> #include <vulkan/vulkan.h> -const unsigned int MAX_FRAMES_IN_FLIGHT = 2; +// TODO replace me with something more elegant +const unsigned int MAX_FRAMES_IN_FLIGHT = 3; extern GLFWwindow *window; extern VkInstance vkInstance; |
