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

Method GetMainWindow

qrenderdoc/Windows/PythonShell.cpp:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 InvokeVoidFunction(&ICaptureContext::DelayedCallback, milliseconds, callback);
661 }
662 virtual IMainWindow *GetMainWindow() override
663 {
664 return InvokeRetFunction<IMainWindow *>(&ICaptureContext::GetMainWindow);
665 }
666 virtual IEventBrowser *GetEventBrowser() override
667 {
668 return InvokeRetFunction<IEventBrowser *>(&ICaptureContext::GetEventBrowser);

Callers 10

setContextMethod · 0.45
editShaderMethod · 0.45
debugShaderMethod · 0.45
MakeExecuteActionMethod · 0.45
~ShaderViewerMethod · 0.45
EventBrowserMethod · 0.45
~EventBrowserMethod · 0.45

Calls

no outgoing calls

Tested by 2

setContextMethod · 0.36