mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Add ReplayOptions struct to contain replay-time configuration
* Not currently exposed to the UI or used by the drivers, we just pass the default object through
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
void takeCaptureOwnership() { m_OwnTempCapture = true; }
|
||||
void captureModified();
|
||||
void LoadFromFilename(const QString &filename, bool temporary);
|
||||
void LoadCapture(const QString &filename, bool temporary, bool local);
|
||||
void LoadCapture(const QString &filename, const ReplayOptions &opts, bool temporary, bool local);
|
||||
void CloseCapture();
|
||||
QString GetSavePath(QString title = QString(), QString filter = QString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user