| 148 | } |
| 149 | |
| 150 | BufferViewId FramePassGroup::createView( BufferViewData const & view )const |
| 151 | { |
| 152 | return m_graph.createView( view ); |
| 153 | } |
| 154 | |
| 155 | ImageId FramePassGroup::createImage( ImageData const & img )const |
| 156 | { |
nothing calls this directly
no outgoing calls
no test coverage detected