| 143 | } |
| 144 | |
| 145 | BufferId FramePassGroup::createBuffer( BufferData const & img )const |
| 146 | { |
| 147 | return m_graph.createBuffer( img ); |
| 148 | } |
| 149 | |
| 150 | BufferViewId FramePassGroup::createView( BufferViewData const & view )const |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected