mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Delete images array used for calling vkGetSwapchainImagesKHR
This commit is contained in:
@@ -385,6 +385,8 @@ void VulkanReplay::OutputWindow::Create(WrappedVulkan *driver, VkDevice device,
|
||||
colBarrier[i].oldLayout = colBarrier[i].newLayout = VK_IMAGE_LAYOUT_UNDEFINED;
|
||||
}
|
||||
|
||||
delete[] imgs;
|
||||
|
||||
curidx = 0;
|
||||
|
||||
// for our 'fake' backbuffer, create in RGBA8
|
||||
|
||||
Reference in New Issue
Block a user