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

Method addDependency

include/RenderGraph/FrameGraph.hpp:101–104  ·  view source on GitHub ↗

@}*/ *\name * Dependencies. */ @[*/

Source from the content-addressed store, hash-verified

99 */
100 /**@[*/
101 void addDependency( FrameGraph const & pgraph )
102 {
103 m_depends.push_back( &pgraph );
104 }
105 /**@}*/
106 /**
107 *\name

Callers 2

TESTFunction · 0.80
TestBases.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64