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

Method addOutput

source/RenderGraph/FramePassGroup.cpp:185–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 void FramePassGroup::addOutput( ImageId image
186 , ImageViewType viewType
187 , ImageSubresourceRange const & range
188 , LayoutState const & outputLayout )
189 {
190 m_graph.addOutput( image
191 , viewType
192 , range
193 , outputLayout );
194 }
195
196 void FramePassGroup::addOutput( ImageViewId view
197 , LayoutState const & outputLayout )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected