Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ createRunnable
Method
createRunnable
source/RenderGraph/FramePass.cpp:700–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
}
699
700
RunnablePassPtr FramePass::createRunnable( GraphContext & context
701
, RunnableGraph & pgraph )const
702
{
703
return m_runnableCreator( *this, context, pgraph );
704
}
705
706
std::string FramePass::getFullName()const
707
{
Callers
1
RunnableGraph
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected