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

Function isRootNode

include/RenderGraph/GraphNode.hpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 inline bool isRootNode( GraphNode const & node )
165 {
166 return node.getKind() == RootNode::MyKind;
167 }
168
169 inline bool isFramePassNode( ConstGraphAdjacentNode node )
170 {

Callers

nothing calls this directly

Calls 1

getKindMethod · 0.80

Tested by

no test coverage detected