Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ setCurrentNodeData
Method
setCurrentNodeData
Source/Falcor/Core/State/StateGraph.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
const NodeType& getCurrentNode() const { return mGraph[mCurrentNode].data; }
65
66
void setCurrentNodeData(const NodeType& data) { mGraph[mCurrentNode].data = data; }
67
68
bool scanForMatchingNode(CompareFunc cmpFunc)
69
{
Callers
3
getGSO
Method · 0.80
getCSO
Method · 0.80
getRtso
Method · 0.80
Calls
no outgoing calls
Tested by
1
getCSO
Method · 0.64