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

Method ClearMessages

qrenderdoc/Code/CaptureContext.cpp:1752–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750}
1751
1752void CaptureContext::ClearMessages()
1753{
1754 m_UnreadMessageCount = 0;
1755 m_DebugMessages.clear();
1756
1757 if(m_DebugMessageView)
1758 {
1759 GUIInvoke::call(m_DebugMessageView, [this]() { m_DebugMessageView->RefreshMessageList(); });
1760 }
1761}
1762
1763void CaptureContext::SetNotes(const rdcstr &key, const rdcstr &contents)
1764{

Callers

nothing calls this directly

Calls 2

RefreshMessageListMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected