Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ run
Method
run
source/RenderGraph/RunnableGraph.cpp:417–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
SemaphoreWaitArray RunnableGraph::run( VkQueue queue )
418
{
419
return run( SemaphoreWaitArray{}
420
, queue );
421
}
422
423
SemaphoreWaitArray RunnableGraph::run( SemaphoreWait toWait
424
, VkQueue queue )
Callers
2
TEST
Function · 0.80
checkRunnable
Function · 0.80
Calls
6
size
Method · 0.80
clear
Method · 0.80
getInternal
Method · 0.80
convert
Function · 0.70
notifyPassRender
Method · 0.45
reset
Method · 0.45
Tested by
1
TEST
Function · 0.64