Default to first swap image on replay output windows

This commit is contained in:
baldurk
2016-02-07 18:39:45 +01:00
parent 46d1d9c462
commit 088c3e1c4c
+2
View File
@@ -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");