MCPcopy Create free account
hub / github.com/baldurk/renderdoc / CaptureSettings

Method CaptureSettings

qrenderdoc/Code/pyrenderdoc/qrenderdoc_stub.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35////////////////////////////////////////////////////////////////////////////////
36
37CaptureSettings::CaptureSettings()
38{
39 inject = false;
40 autoStart = false;
41 queuedFrameCap = 0;
42 numQueuedFrames = 0;
43 RENDERDOC_GetDefaultCaptureOptions(&options);
44}
45
46rdcstr ConfigFilePath(const rdcstr &filename)
47{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected