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

Method OnCaptureLoaded

qrenderdoc/Widgets/AnnotationDisplay.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void AnnotationDisplay::OnCaptureLoaded()
104{
105 APIEvent ev = m_Ctx.GetEventBrowser()->GetAPIEventForEID(m_Ctx.CurSelectedEvent());
106
107 setAnnotationObject(ev.annotations);
108}
109
110void AnnotationDisplay::OnCaptureClosed()
111{

Callers

nothing calls this directly

Calls 3

GetAPIEventForEIDMethod · 0.80
GetEventBrowserMethod · 0.45
CurSelectedEventMethod · 0.45

Tested by

no test coverage detected