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

Method GetCreateStatus

qrenderdoc/Code/ReplayManager.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 bool IsRunning();
56 ResultDetails GetCreateStatus() { return m_CreateResult; }
57 void SetFatalErrorCallback(std::function<void()> cb) { m_FatalErrorCallback = cb; }
58 ResultDetails GetFatalError() { return m_FatalError; }
59 float GetCurrentProcessingTime();

Callers 1

LoadCaptureThreadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected