diff options
Diffstat (limited to '')
-rwxr-xr-x | engine/xe_swap_chain.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/xe_swap_chain.hpp b/engine/xe_swap_chain.hpp index 50aa03f..a15a5a0 100755 --- a/engine/xe_swap_chain.hpp +++ b/engine/xe_swap_chain.hpp @@ -83,6 +83,9 @@ class XeSwapChain { std::vector<VkFence> inFlightFences; std::vector<VkFence> imagesInFlight; size_t currentFrame = 0; + + static bool initialSwapChainCreated; + }; } |