Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ addGroupInput
Method
addGroupInput
source/RenderGraph/FramePassGroup.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void FramePassGroup::addGroupInput( ImageViewId view )
130
{
131
m_inputs.emplace( view.id );
132
}
133
134
void FramePassGroup::addGroupOutput( ImageViewId view )
135
{
Callers
1
TEST
Function · 0.80
Calls
1
emplace
Method · 0.80
Tested by
1
TEST
Function · 0.64