| 150 | } |
| 151 | |
| 152 | ImageViewId ImageAttachment::view( uint32_t index )const |
| 153 | { |
| 154 | return views.size() == 1u |
| 155 | ? views.front() |
| 156 | : views[index]; |
| 157 | } |
| 158 | |
| 159 | ImageLayout ImageAttachment::getImageLayout( bool separateDepthStencilLayouts |
| 160 | , bool isInput |