| 406 | } |
| 407 | |
| 408 | void FrameGraph::addInput( ImageId image |
| 409 | , ImageViewType viewType |
| 410 | , ImageSubresourceRange const & range |
| 411 | , LayoutState const & outputLayout ) |
| 412 | { |
| 413 | m_inputs.setLayoutState( image |
| 414 | , viewType |
| 415 | , range |
| 416 | , outputLayout ); |
| 417 | } |
| 418 | |
| 419 | void FrameGraph::addInput( ImageViewId view |
| 420 | , LayoutState const & outputLayout ) |