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

Method GetWidgetWindowingData

qrenderdoc/Windows/PythonShell.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return InvokeRetFunction<QWidget *>(&IMiniQtHelper::CreateOutputRenderingWidget);
240 }
241 WindowingData GetWidgetWindowingData(QWidget *widget)
242 {
243 return InvokeRetFunction<WindowingData>(&IMiniQtHelper::GetWidgetWindowingData, widget);
244 }
245
246 void SetWidgetReplayOutput(QWidget *widget, IReplayOutput *output)
247 {

Callers 3

OnCaptureLoadedMethod · 0.45
OnCaptureLoadedMethod · 0.45
OnCaptureLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected