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

Method FramePassGroup

source/RenderGraph/FramePassGroup.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected