Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ accept
Method
accept
source/RenderGraph/GraphNode.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void FramePassNode::accept( GraphVisitor * vis )const
52
{
53
vis->visitFramePassNode( this );
54
}
55
56
//*********************************************************************************************
57
Callers
1
submit
Method · 0.80
Calls
2
visitFramePassNode
Method · 0.80
visitRootNode
Method · 0.80
Tested by
no test coverage detected