parent
408f57c761
commit
0b0aa2ddb7
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ void VulkanExample::handleResize()
|
||||||
vkFreeMemory(device, shadingRateImage.memory, nullptr);
|
vkFreeMemory(device, shadingRateImage.memory, nullptr);
|
||||||
// Recreate image
|
// Recreate image
|
||||||
prepareShadingRateImage();
|
prepareShadingRateImage();
|
||||||
|
resized = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void VulkanExample::buildCommandBuffers()
|
void VulkanExample::buildCommandBuffers()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue