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

Method getFinalLayoutState

source/RenderGraph/FramePassGroup.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 LayoutState FramePassGroup::getFinalLayoutState( ImageViewId view
140 , uint32_t passIndex )const
141 {
142 return m_graph.getFinalLayoutState( view, passIndex );
143 }
144
145 BufferId FramePassGroup::createBuffer( BufferData const & img )const
146 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected