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