MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / attachNode

Method attachNode

source/RenderGraph/GraphNode.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void GraphNode::attachNode( GraphNode & child )
38 {
39 if ( prev.end() == std::find( prev.begin(), prev.end(), &child ) )
40 prev.push_back( &child );
41 }
42
43 //*********************************************************************************************
44

Callers 1

traverseAttachmentPassesFunction · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected