mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Reset the list of replaced resources when closing a capture
This commit is contained in:
@@ -1260,6 +1260,7 @@ void CaptureContext::CloseCapture()
|
||||
m_TextureList.clear();
|
||||
m_Resources.clear();
|
||||
m_ResourceList.clear();
|
||||
m_ReplacedResources.clear();
|
||||
|
||||
m_CustomNames.clear();
|
||||
m_Bookmarks.clear();
|
||||
|
||||
Reference in New Issue
Block a user