Clear up queue record after capture so we don't accumulate old chunks

This commit is contained in:
baldurk
2016-07-30 13:50:11 +07:00
parent 0b51f23441
commit dfc432d740
@@ -236,6 +236,8 @@ void WrappedID3D12CommandQueue::ClearAfterCapture()
m_CmdListRecords[i]->Delete(GetResourceManager());
m_CmdListRecords.clear();
m_QueueRecord->DeleteChunks();
}
FetchAPIEvent WrappedID3D12CommandQueue::GetEvent(uint32_t eventID)