Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
selectNextGraph
Method · 0.80
capture
Method · 0.80
beginFrame
Method · 0.80
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected