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

Method IsRunning

qrenderdoc/Code/ReplayManager.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233bool ReplayManager::IsRunning()
234{
235 return m_Thread && m_Thread->isRunning() && m_Running;
236}
237
238float ReplayManager::GetCurrentProcessingTime()
239{

Callers 2

CaptureContextMethod · 0.80
LoadCaptureThreadedMethod · 0.80

Calls 1

isRunningMethod · 0.45

Tested by

no test coverage detected