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

Method FrameGraph

source/RenderGraph/FrameGraph.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 FrameGraph::FrameGraph( ResourceHandler & handler
169 , std::string name )
170 : m_handler{ handler }
171 , m_name{ std::move( name ) }
172 , m_defaultGroup{ std::make_unique< FramePassGroup >( *this, 0u, m_name, FramePassGroup::Token{} ) }
173 , m_finalState{ handler }
174 {
175 }
176
177 FramePass & FrameGraph::createPass( std::string const & name
178 , RunnablePassCreator runnableCreator )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected