suboptimal on recreate is still technically fine

main 1.2.2
cosmonaut 2022-03-08 11:21:36 -08:00
parent ce34f4a435
commit 7a0b0f5709
1 changed files with 1 additions and 1 deletions

View File

@ -9001,7 +9001,7 @@ static Refresh_Texture* VULKAN_AcquireSwapchainTexture(
&swapchainImageIndex
);
if (acquireResult != VK_SUCCESS)
if (acquireResult != VK_SUCCESS && acquireResult != VK_SUBOPTIMAL_KHR)
{
return NULL;
}