Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ addGroupOutput
Method
addGroupOutput
source/RenderGraph/FramePassGroup.cpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void FramePassGroup::addGroupOutput( ImageViewId view )
135
{
136
m_outputs.emplace( view.id );
137
}
138
139
LayoutState FramePassGroup::getFinalLayoutState( ImageViewId view
140
, uint32_t passIndex )const
Callers
2
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
emplace
Method · 0.80
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64