mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 07:26:34 +00:00
Set partial command pool for freeing the partial command buffer
This commit is contained in:
@@ -329,6 +329,7 @@ bool WrappedVulkan::Serialise_vkBeginCommandBuffer(
|
||||
GetResourceManager()->WrapResource(Unwrap(device), cmd);
|
||||
}
|
||||
|
||||
m_PartialReplayData.resultPartialCmdPool = (VkCommandPool)GetResourceManager()->GetWrapper(ToTypedHandle(allocInfo.commandPool));
|
||||
m_PartialReplayData.resultPartialCmdBuffer = cmd;
|
||||
m_PartialReplayData.partialDevice = device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user