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

Method SetOutput

qrenderdoc/Widgets/CustomPaintWidget.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void CustomPaintWidget::SetOutput(IReplayOutput *out)
123{
124 m_Output = out;
125 m_Rendering = (out != NULL);
126
127 RecreateInternalWidget();
128}
129
130void CustomPaintWidget::RecreateInternalWidget()
131{

Callers 5

SetWidgetReplayOutputMethod · 0.45
ResourcePreviewMethod · 0.45
OnCaptureLoadedMethod · 0.45
OnCaptureLoadedMethod · 0.45
OnCaptureLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected