| 137 | } |
| 138 | |
| 139 | LayoutState FramePassGroup::getFinalLayoutState( ImageViewId view |
| 140 | , uint32_t passIndex )const |
| 141 | { |
| 142 | return m_graph.getFinalLayoutState( view, passIndex ); |
| 143 | } |
| 144 | |
| 145 | BufferId FramePassGroup::createBuffer( BufferData const & img )const |
| 146 | { |
nothing calls this directly
no outgoing calls
no test coverage detected