MCPcopy 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

getGSOMethod · 0.80
getCSOMethod · 0.80
getRtsoMethod · 0.80

Calls

no outgoing calls

Tested by 1

getCSOMethod · 0.64