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

Method HasTimelineBar

qrenderdoc/Windows/PythonShell.cpp:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773 return InvokeRetFunction<bool>(&ICaptureContext::HasStatisticsViewer);
774 }
775 virtual bool HasTimelineBar() override
776 {
777 return InvokeRetFunction<bool>(&ICaptureContext::HasTimelineBar);
778 }
779 virtual bool HasPythonShell() override
780 {
781 return InvokeRetFunction<bool>(&ICaptureContext::HasPythonShell);

Callers 4

HighlightUsageMethod · 0.45
HighlightUsageMethod · 0.45

Calls

no outgoing calls

Tested by 1

HighlightUsageMethod · 0.36