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

Method GetCurrentProcessingTag

qrenderdoc/Code/ReplayManager.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244QString ReplayManager::GetCurrentProcessingTag()
245{
246 QMutexLocker lock(&m_TimerLock);
247 return m_CommandTag;
248}
249
250void ReplayManager::AsyncInvoke(const rdcstr &tag, ReplayManager::InvokeCallback m)
251{

Callers 3

SetEventIDMethod · 0.80
EmbedDependentFilesMethod · 0.80
RemoveDependentFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected