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

Method recordCurrentInto

source/RenderGraph/RunnablePass.cpp:488–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 }
487
488 uint32_t RunnablePass::recordCurrentInto( RecordContext & context
489 , VkCommandBuffer commandBuffer )
490 {
491 auto index = m_callbacks.getPassIndex();
492 recordInto( commandBuffer
493 , index
494 , context );
495 return isEnabled() ? index : InvalidIndex;
496 }
497
498 uint32_t RunnablePass::reRecordCurrent()
499 {

Callers 1

recordMethod · 0.80

Calls 1

getPassIndexMethod · 0.45

Tested by

no test coverage detected