| 368 | } |
| 369 | |
| 370 | LayoutState FrameGraph::getFinalLayoutState( ImageId image |
| 371 | , ImageViewType viewType |
| 372 | , ImageSubresourceRange const & range )const |
| 373 | { |
| 374 | return m_finalState.getLayoutState( image, viewType, range ); |
| 375 | } |
| 376 | |
| 377 | LayoutState FrameGraph::getFinalLayoutState( ImageViewId view |
| 378 | , uint32_t passIndex )const |