mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 12:51:03 +00:00
Wrap the fake backbuffer image view
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user