MCPcopy 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

TESTFunction · 0.80
checkRunnableFunction · 0.80

Calls 6

sizeMethod · 0.80
clearMethod · 0.80
getInternalMethod · 0.80
convertFunction · 0.70
notifyPassRenderMethod · 0.45
resetMethod · 0.45

Tested by 1

TESTFunction · 0.64