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

Method getFinalLayoutState

source/RenderGraph/FrameGraph.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 LayoutState FrameGraph::getFinalLayoutState( ImageId image
371 , ImageViewType viewType
372 , ImageSubresourceRange const & range )const
373 {
374 return m_finalState.getLayoutState( image, viewType, range );
375 }
376
377 LayoutState FrameGraph::getFinalLayoutState( ImageViewId view
378 , uint32_t passIndex )const

Callers 2

getCurrentLayoutStateMethod · 0.45
TESTFunction · 0.45

Calls 1

getLayoutStateMethod · 0.45

Tested by 1

TESTFunction · 0.36