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

Method CreateOutput

renderdoc/replay/replay_controller.cpp:1897–1908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1895}
1896
1897ReplayOutput *ReplayController::CreateOutput(WindowingData window, ReplayOutputType type)
1898{
1899 CHECK_REPLAY_THREAD();
1900
1901 ReplayOutput *out = new ReplayOutput(this, window, type);
1902
1903 m_Outputs.push_back(out);
1904
1905 out->SetFrameEvent(m_EventID);
1906
1907 return out;
1908}
1909
1910void ReplayController::ShutdownOutput(IReplayOutput *output)
1911{

Callers 15

DisplayRendererPreviewFunction · 0.80
DisplayRendererPreviewFunction · 0.80
DisplayRendererPreviewFunction · 0.80
DisplayRendererPreviewFunction · 0.80
OnCaptureLoadedMethod · 0.80
OnCaptureLoadedMethod · 0.80
OnCaptureLoadedMethod · 0.80
display_window.pyFile · 0.80
check_captureMethod · 0.80
check_captureMethod · 0.80
check_captureMethod · 0.80

Calls 2

push_backMethod · 0.45
SetFrameEventMethod · 0.45

Tested by 4

check_captureMethod · 0.64
iter_testMethod · 0.64
check_captureMethod · 0.64
check_captureMethod · 0.64