| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected