MCPcopy 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

submitMethod · 0.80

Calls 2

visitFramePassNodeMethod · 0.80
visitRootNodeMethod · 0.80

Tested by

no test coverage detected