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

Method getOutputLayoutState

source/RenderGraph/RunnableGraph.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 }
558
559 LayoutState RunnableGraph::getOutputLayoutState( ImageViewId view )const
560 {
561 return m_graph.getOutputLayoutState( view );
562 }
563
564 VkDescriptorType RunnableGraph::getDescriptorType( Attachment const & attach )const
565 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected