Wrap the fake backbuffer image view

This commit is contained in:
baldurk
2016-02-07 18:40:33 +01: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?