mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Delete temp RGP capture before triggering capture
This commit is contained in:
@@ -1696,6 +1696,8 @@ rdcstr ReplayController::CreateRGPProfile(WindowingData window)
|
||||
|
||||
rdcstr path = FileIO::GetTempFolderFilename() + "/renderdoc_rgp_capture.rgp";
|
||||
|
||||
FileIO::Delete(path.c_str());
|
||||
|
||||
ReplayOutput *output = CreateOutput(window, ReplayOutputType::Texture);
|
||||
|
||||
TextureDisplay d = {};
|
||||
|
||||
Reference in New Issue
Block a user