Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
bool ReplayManager::IsRunning()
234
{
235
return m_Thread && m_Thread->isRunning() && m_Running;
236
}
237
238
float ReplayManager::GetCurrentProcessingTime()
239
{
Callers
2
CaptureContext
Method · 0.80
LoadCaptureThreaded
Method · 0.80
Calls
1
isRunning
Method · 0.45
Tested by
no test coverage detected