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

Method getOutputLayoutState

source/RenderGraph/FrameGraph.cpp:464–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 LayoutState FrameGraph::getOutputLayoutState( ImageId image
465 , ImageViewType viewType
466 , ImageSubresourceRange const & range )const
467 {
468 return m_outputs.getLayoutState( image
469 , viewType
470 , range );
471 }
472
473 LayoutState FrameGraph::getOutputLayoutState( ImageViewId view )const
474 {

Callers 2

TESTFunction · 0.45
TestBases.cppFile · 0.45

Calls 1

getLayoutStateMethod · 0.45

Tested by 1

TESTFunction · 0.36