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

Method addInput

source/RenderGraph/FramePassGroup.cpp:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void FramePassGroup::addInput( ImageId image
166 , ImageViewType viewType
167 , ImageSubresourceRange const & range
168 , LayoutState const & outputLayout )
169 {
170 m_graph.addInput( image
171 , viewType
172 , range
173 , outputLayout );
174 }
175
176 void FramePassGroup::addInput( ImageViewId view
177 , LayoutState const & outputLayout )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected