mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Add a tool menu item that will recompress a capture file
This commit is contained in:
@@ -722,7 +722,7 @@ struct ConvertCommand : public Command
|
||||
return 1;
|
||||
}
|
||||
|
||||
st = file->Convert(outfile.c_str(), outfmt.c_str());
|
||||
st = file->Convert(outfile.c_str(), outfmt.c_str(), NULL);
|
||||
|
||||
if(st != ReplayStatus::Succeeded)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user