Reset resize flag after resize is handled

Fixes #980
This commit is contained in:
Sascha Willems 2022-08-11 15:31:41 +02:00
parent 408f57c761
commit 0b0aa2ddb7

View file

@ -57,6 +57,7 @@ void VulkanExample::handleResize()
vkFreeMemory(device, shadingRateImage.memory, nullptr);
// Recreate image
prepareShadingRateImage();
resized = false;
}
void VulkanExample::buildCommandBuffers()