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

Method SaveCaptureTo

qrenderdoc/Windows/PythonShell.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 InvokeVoidFunction(&ICaptureContext::LoadCapture, capture, opts, origFilename, temporary, local);
579 }
580 virtual bool SaveCaptureTo(const rdcstr &capture) override
581 {
582 return InvokeRetFunction<bool>(&ICaptureContext::SaveCaptureTo, capture);
583 }
584 virtual void RecompressCapture() override
585 {
586 InvokeVoidFunction(&ICaptureContext::RecompressCapture);

Callers 3

SaveCurrentCaptureMethod · 0.45
PromptCloseCaptureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected