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

Method CaptureSettings

qrenderdoc/Code/Interface/QRDInterface.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72CaptureSettings::CaptureSettings()
73{
74 inject = false;
75 autoStart = false;
76 queuedFrameCap = 0;
77 numQueuedFrames = 0;
78 RENDERDOC_GetDefaultCaptureOptions(&options);
79}
80
81CaptureSettings::operator QVariant() const
82{

Callers

nothing calls this directly

Calls 7

EnvModFromVariantFunction · 0.85
toStringMethod · 0.45
toListMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected