Set partial command pool for freeing the partial command buffer

This commit is contained in:
baldurk
2016-02-07 18:48:54 +01:00
parent a1c2452007
commit d57a55acdd
@@ -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;