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

Function isFramePassNode

include/RenderGraph/GraphNode.hpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 CRG_API FramePass const * getFramePass( GraphNode const & node );
158
159 inline bool isFramePassNode( GraphNode const & node )
160 {
161 return node.getKind() == FramePassNode::MyKind;
162 }
163
164 inline bool isRootNode( GraphNode const & node )
165 {

Callers 1

getFramePassFunction · 0.85

Calls 1

getKindMethod · 0.80

Tested by

no test coverage detected