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

Function hasInPredecessors

source/RenderGraph/GraphBuilder.cpp:456–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 }
455
456 static bool hasInPredecessors( GraphNode & parent, GraphNode & child )
457 {
458 return parent.getPredecessors().end() != std::find( parent.getPredecessors().begin()
459 , parent.getPredecessors().end()
460 , &child );
461 }
462
463 static void removeShortcuts( GraphNode & node )
464 {

Callers 1

removeShortcutsFunction · 0.85

Calls 2

beginMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected