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

Method getActiveGraph

Source/Mogwai/Mogwai.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 RenderGraph* Renderer::getActiveGraph() const
147 {
148 return mGraphs.size() ? mGraphs[mActiveGraph].pGraph.get() : nullptr;
149 }
150
151 void Renderer::onGuiRender(Gui* pGui)
152 {

Callers 3

selectNextGraphMethod · 0.80
captureMethod · 0.80
beginFrameMethod · 0.80

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected