mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 06:25:46 +00:00
renderer_vulkan: allow up to 7 swapchain images
This commit is contained in:
parent
b020c5ee5e
commit
273b4b9576
4 changed files with 6 additions and 6 deletions
|
@ -270,7 +270,7 @@ private:
|
|||
|
||||
std::jthread fence_thread;
|
||||
|
||||
DelayedDestructionRing<TFence, 6> delayed_destruction_ring;
|
||||
DelayedDestructionRing<TFence, 8> delayed_destruction_ring;
|
||||
};
|
||||
|
||||
} // namespace VideoCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue