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

Method GetAPIInspector

qrenderdoc/Windows/PythonShell.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668 return InvokeRetFunction<IEventBrowser *>(&ICaptureContext::GetEventBrowser);
669 }
670 virtual IAPIInspector *GetAPIInspector() override
671 {
672 return InvokeRetFunction<IAPIInspector *>(&ICaptureContext::GetAPIInspector);
673 }
674 virtual IAnnotationViewer *GetAnnotationViewer() override
675 {
676 return InvokeRetFunction<IAnnotationViewer *>(&ICaptureContext::GetAnnotationViewer);

Calls

no outgoing calls

Tested by

no test coverage detected