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

Method UpdateLoadProgress

qrenderdoc/Code/CaptureContext.cpp:936–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934}
935
936float CaptureContext::UpdateLoadProgress()
937{
938 float val = 0.8f * m_LoadProgress + 0.19f * m_PostloadProgress + 0.01f;
939
940 m_MainWindow->setProgress(val);
941
942 return val;
943}
944
945void CaptureContext::LoadCaptureThreaded(const QString &captureFile, const ReplayOptions &opts,
946 const QString &origFilename, bool temporary, bool local)

Callers

nothing calls this directly

Calls 1

setProgressMethod · 0.80

Tested by

no test coverage detected