mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Add support for copying files back from remote server
This commit is contained in:
@@ -477,7 +477,7 @@ struct ReplayCommand : public Command
|
||||
std::cerr << "Copying capture file to remote server" << std::endl;
|
||||
|
||||
float progress = 0.0f;
|
||||
rdctype::str remotePath = remote->CopyCapture(filename.c_str(), &progress);
|
||||
rdctype::str remotePath = remote->CopyCaptureToRemote(filename.c_str(), &progress);
|
||||
|
||||
ReplayRenderer *renderer = NULL;
|
||||
status = remote->OpenCapture(~0U, remotePath.elems, &progress, &renderer);
|
||||
|
||||
Reference in New Issue
Block a user