mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Add --replayhost command line option for qrenderdoc
This allows users to specify which remote host to connect to on startup.
This commit is contained in:
committed by
Baldur Karlsson
parent
4699b459e5
commit
ca54a910f5
@@ -73,6 +73,7 @@ public:
|
||||
void show();
|
||||
|
||||
void setProgress(float val);
|
||||
void setRemoteHost(int hostIdx);
|
||||
void takeCaptureOwnership() { m_OwnTempCapture = true; }
|
||||
void captureModified();
|
||||
void LoadFromFilename(const QString &filename, bool temporary);
|
||||
|
||||
Reference in New Issue
Block a user