MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / getFullName

Method getFullName

source/RenderGraph/FramePassGroup.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 std::string FramePassGroup::getFullName()const
206 {
207 return ( &m_graph.getDefaultGroup() == this )
208 ? m_graph.getName()
209 : m_parent->getFullName() + "/" + getName();
210 }
211
212 ImageViewId FramePassGroup::mergeViews( ImageViewIdArray const & views
213 , bool mergeMipLevels

Callers

nothing calls this directly

Calls 1

getNameFunction · 0.85

Tested by

no test coverage detected