mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-22 02:53:13 +02:00
Account for swapchain image count change after re-creation (#6652)
This commit is contained in:
parent
2ddd3dd4a7
commit
e916662b0f
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
_swapchainIsDirty)
|
||||
{
|
||||
RecreateSwapchain();
|
||||
semaphoreIndex = (_frameIndex - 1) % _imageAvailableSemaphores.Length;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue