Wrap the fake backbuffer image view

This commit is contained in:
baldurk
2015-09-19 21:26:34 +02:00
parent 879dd422b5
commit b951c37fcf
+2
View File
@@ -6177,6 +6177,8 @@ void WrappedVulkan::ReadLogInitialisation()
// for whichever image we're viewing (and cached), not specifically created here.
VkResult vkr = ObjDisp(GetDev())->CreateImageView(Unwrap(GetDev()), &bbviewInfo, &fakeBBImView);
RDCASSERT(vkr == VK_SUCCESS);
GetResourceManager()->WrapResource(Unwrap(GetDev()), fakeBBImView);
}
// VKTODOLOW maybe better place to put this?