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

Method getInputLayoutState

source/RenderGraph/FrameGraph.cpp:428–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 LayoutState FrameGraph::getInputLayoutState( ImageId image
429 , ImageViewType viewType
430 , ImageSubresourceRange const & range )const
431 {
432 return m_inputs.getLayoutState( image
433 , viewType
434 , range );
435 }
436
437 LayoutState FrameGraph::getInputLayoutState( ImageViewId view )const
438 {

Callers 3

getCurrentLayoutStateMethod · 0.80
TESTFunction · 0.80
TestBases.cppFile · 0.80

Calls 1

getLayoutStateMethod · 0.45

Tested by 1

TESTFunction · 0.64