diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-20 22:02:58 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-20 22:02:58 -0400 |
commit | 249f6c9fa384e9e3265cafb1357e502ea7db72f7 (patch) | |
tree | 0c80d9a375453e9178dd5d45807302b00f57bd59 /engine/xe_swap_chain.hpp | |
parent | destroy pipline layout (diff) | |
download | minecraftvulkan-249f6c9fa384e9e3265cafb1357e502ea7db72f7.tar.gz minecraftvulkan-249f6c9fa384e9e3265cafb1357e502ea7db72f7.tar.bz2 minecraftvulkan-249f6c9fa384e9e3265cafb1357e502ea7db72f7.zip |
texture loading
Diffstat (limited to 'engine/xe_swap_chain.hpp')
-rwxr-xr-x | engine/xe_swap_chain.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<XeSwapChain> previous); |