mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +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:
@@ -760,7 +760,7 @@ void LiveCapture::openCapture(Capture *cap)
|
||||
return;
|
||||
}
|
||||
|
||||
m_Main->LoadCapture(cap->path, !cap->saved, cap->local);
|
||||
m_Main->LoadCapture(cap->path, ReplayOptions(), !cap->saved, cap->local);
|
||||
}
|
||||
|
||||
bool LiveCapture::saveCapture(Capture *cap, QString path)
|
||||
|
||||
Reference in New Issue
Block a user