mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Account for swapchain image count change after re-creation (#6652)
This commit is contained in:
parent
2ddd3dd4a7
commit
e916662b0f
@ -330,6 +330,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||||||
_swapchainIsDirty)
|
_swapchainIsDirty)
|
||||||
{
|
{
|
||||||
RecreateSwapchain();
|
RecreateSwapchain();
|
||||||
|
semaphoreIndex = (_frameIndex - 1) % _imageAvailableSemaphores.Length;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user