| 709 | } |
| 710 | |
| 711 | std::string FramePass::getGroupName()const |
| 712 | { |
| 713 | return m_group.getName() + "/" + getName(); |
| 714 | } |
| 715 | |
| 716 | Attachment const * FramePass::addOwnAttach( ImageViewIdArray views, std::string attachName |
| 717 | , Attachment::FlagKind flags, ImageAttachment::FlagKind imageFlags |