renderer_vulkan: allow up to 7 swapchain images

This commit is contained in:
Liam 2023-12-16 18:57:23 -05:00
parent e357896674
commit 7fc06260d1
4 changed files with 6 additions and 6 deletions

View file

@ -270,7 +270,7 @@ private:
std::jthread fence_thread;
DelayedDestructionRing<TFence, 6> delayed_destruction_ring;
DelayedDestructionRing<TFence, 8> delayed_destruction_ring;
};
} // namespace VideoCommon