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

Method getGroupName

source/RenderGraph/FramePass.cpp:711–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

traverseAttachmentPassesFunction · 0.80
displayAttachPassFunction · 0.80
displayTransitionEdgeFunction · 0.80
adjustNameFunction · 0.80
FramePassNodeMethod · 0.80
RunnablePassMethod · 0.80
recordIntoMethod · 0.80
doCreateCommandBufferMethod · 0.80
createPipelineMethod · 0.80
createDescriptorSetMethod · 0.80

Calls 1

getNameFunction · 0.85

Tested by 1

TESTFunction · 0.64