From 888cdf15a90c798ad272679e037ba96d12672abe Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Thu, 22 Sep 2022 18:29:34 -0400 Subject: update .gitmodules --- engine/xe_swap_chain.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine/xe_swap_chain.hpp') 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 inFlightFences; std::vector imagesInFlight; size_t currentFrame = 0; + + static bool initialSwapChainCreated; + }; } -- cgit v1.2.3-freya