mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Make sure to set default capture options
This commit is contained in:
@@ -124,6 +124,9 @@ void DisplayRendererPreview(ReplayRenderer *renderer)
|
||||
int renderdoccmd(int argc, char **argv)
|
||||
{
|
||||
CaptureOptions opts;
|
||||
|
||||
RENDERDOC_GetDefaultCaptureOptions(&opts);
|
||||
|
||||
opts.AllowFullscreen = false;
|
||||
opts.AllowVSync = false;
|
||||
opts.DelayForDebugger = 5;
|
||||
|
||||
Reference in New Issue
Block a user