MCPcopy 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

TESTFunction · 0.80

Calls 1

emplaceMethod · 0.80

Tested by 1

TESTFunction · 0.64