| 462 | } |
| 463 | |
| 464 | LayoutState FrameGraph::getOutputLayoutState( ImageId image |
| 465 | , ImageViewType viewType |
| 466 | , ImageSubresourceRange const & range )const |
| 467 | { |
| 468 | return m_outputs.getLayoutState( image |
| 469 | , viewType |
| 470 | , range ); |
| 471 | } |
| 472 | |
| 473 | LayoutState FrameGraph::getOutputLayoutState( ImageViewId view )const |
| 474 | { |