| 153 | } |
| 154 | |
| 155 | ImageId FramePassGroup::createImage( ImageData const & img )const |
| 156 | { |
| 157 | return m_graph.createImage( img ); |
| 158 | } |
| 159 | |
| 160 | ImageViewId FramePassGroup::createView( ImageViewData const & view )const |
| 161 | { |
nothing calls this directly
no outgoing calls
no test coverage detected