mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 01:16:31 +00:00
Default to first swap image on replay output windows
This commit is contained in:
@@ -258,6 +258,8 @@ void VulkanReplay::OutputWindow::Create(WrappedVulkan *driver, VkDevice device,
|
||||
coltrans[i].oldLayout = coltrans[i].newLayout = VK_IMAGE_LAYOUT_UNDEFINED;
|
||||
}
|
||||
|
||||
curidx = 0;
|
||||
|
||||
if(depth)
|
||||
{
|
||||
VULKANNOTIMP("Allocating depth-stencil image");
|
||||
|
||||
Reference in New Issue
Block a user