From 249f6c9fa384e9e3265cafb1357e502ea7db72f7 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Tue, 20 Sep 2022 22:02:58 -0400 Subject: texture loading --- engine/xe_swap_chain.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/xe_swap_chain.hpp') diff --git a/engine/xe_swap_chain.hpp b/engine/xe_swap_chain.hpp index 50aa03f..c0299a3 100755 --- a/engine/xe_swap_chain.hpp +++ b/engine/xe_swap_chain.hpp @@ -13,7 +13,7 @@ namespace xe { class XeSwapChain { public: - static constexpr int MAX_FRAMES_IN_FLIGHT = 2; + static constexpr int MAX_FRAMES_IN_FLIGHT = 3; XeSwapChain(XeDevice &deviceRef, VkExtent2D windowExtent); XeSwapChain(XeDevice &deviceRef, VkExtent2D windowExtent, std::shared_ptr previous); -- cgit v1.2.3-freya