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

Method createView

source/RenderGraph/FramePassGroup.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 BufferViewId FramePassGroup::createView( BufferViewData const & view )const
151 {
152 return m_graph.createView( view );
153 }
154
155 ImageId FramePassGroup::createImage( ImageData const & img )const
156 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected