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

Method getFullName

source/RenderGraph/FramePass.cpp:706–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 }
705
706 std::string FramePass::getFullName()const
707 {
708 return m_group.getFullName() + "/" + getName();
709 }
710
711 std::string FramePass::getGroupName()const
712 {

Callers 1

checkUndefinedInputFunction · 0.45

Calls 1

getNameFunction · 0.85

Tested by

no test coverage detected