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

Function getFramePass

source/RenderGraph/GraphNode.cpp:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 //*********************************************************************************************
70
71 FramePass const * getFramePass( GraphNode const & node )
72 {
73 if ( !isFramePassNode( node ) )
74 {
75 return nullptr;
76 }
77
78 return &nodeCast< FramePassNode >( node ).getFramePass();
79 }
80
81 //*********************************************************************************************
82}

Callers 1

TESTFunction · 0.85

Calls 1

isFramePassNodeFunction · 0.85

Tested by 1

TESTFunction · 0.68