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

Method setLayoutState

source/RenderGraph/RecordContext.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void RecordContext::setLayoutState( ImageViewId view
92 , LayoutState const & layoutState )
93 {
94 m_images.setLayoutState( view, layoutState );
95 }
96
97 LayoutState RecordContext::getLayoutState( ImageViewId view )const
98 {

Callers 9

getCurrentLayoutStateMethod · 0.45
addInputMethod · 0.45
addOutputMethod · 0.45
registerImageFunction · 0.45
addAttachFunction · 0.45
beginMethod · 0.45
endMethod · 0.45
doRecordIntoMethod · 0.45
doRecordTargetsIntoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected