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

Method ExportCapture

qrenderdoc/Windows/PythonShell.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 return InvokeRetFunction<bool>(&ICaptureContext::ImportCapture, fmt, importfile, rdcfile);
593 }
594 virtual void ExportCapture(const CaptureFileFormat &fmt, const rdcstr &exportfile) override
595 {
596 InvokeVoidFunction(&ICaptureContext::ExportCapture, fmt, exportfile);
597 }
598 virtual void SetEventID(const rdcarray<ICaptureViewer *> &exclude, uint32_t selectedEventID,
599 uint32_t eventId, bool force = false) override
600 {

Callers 1

exportCaptureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected