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

Method addInput

source/RenderGraph/FrameGraph.cpp:408–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 }
407
408 void FrameGraph::addInput( ImageId image
409 , ImageViewType viewType
410 , ImageSubresourceRange const & range
411 , LayoutState const & outputLayout )
412 {
413 m_inputs.setLayoutState( image
414 , viewType
415 , range
416 , outputLayout );
417 }
418
419 void FrameGraph::addInput( ImageViewId view
420 , LayoutState const & outputLayout )

Callers 3

TESTFunction · 0.45
TestBases.cppFile · 0.45

Calls 1

setLayoutStateMethod · 0.45

Tested by 1

TESTFunction · 0.36