From b6438c67792a268b2307b4d0ae7a5c278e7b6152 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Tue, 20 Sep 2022 23:04:33 -0400 Subject: recreate descriptors --- 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 c0299a3..50aa03f 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 = 3; + static constexpr int MAX_FRAMES_IN_FLIGHT = 2; XeSwapChain(XeDevice &deviceRef, VkExtent2D windowExtent); XeSwapChain(XeDevice &deviceRef, VkExtent2D windowExtent, std::shared_ptr previous); -- cgit v1.2.3-freya