MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / eraseDebugWindow

Method eraseDebugWindow

Source/Mogwai/Mogwai.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 void Renderer::eraseDebugWindow(size_t id)
260 {
261 unmarkOutput(mGraphs[mActiveGraph].debugWindows[id].currentOutput);
262 mGraphs[mActiveGraph].debugWindows.erase(mGraphs[mActiveGraph].debugWindows.begin() + id);
263 }
264
265 void Renderer::graphOutputsGui(Gui::Widgets& widget)
266 {

Callers

nothing calls this directly

Calls 2

eraseMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected