| 46 | } |
| 47 | |
| 48 | FramePassGroup::FramePassGroup( FrameGraph & graph |
| 49 | , uint32_t pid |
| 50 | , std::string const & name |
| 51 | , Token ) |
| 52 | : m_id{ pid } |
| 53 | , m_name{ name } |
| 54 | , m_graph{ graph } |
| 55 | { |
| 56 | } |
| 57 | |
| 58 | FramePassGroup::FramePassGroup( FramePassGroup & pparent |
| 59 | , uint32_t pid |
nothing calls this directly
no outgoing calls
no test coverage detected