Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
TestBases.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64