| 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 ) |
nothing calls this directly
no outgoing calls
no test coverage detected