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

Method RootNode

source/RenderGraph/GraphNode.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 //*********************************************************************************************
57
58 RootNode::RootNode( FrameGraph const & pgraph )
59 : GraphNode{ MyKind, 0u, pgraph.getName(), pgraph.getDefaultGroup() }
60 , graph{ &pgraph }
61 {
62 }
63
64 void RootNode::accept( GraphVisitor * vis )const
65 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected