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

Method createImage

source/RenderGraph/FramePassGroup.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 ImageId FramePassGroup::createImage( ImageData const & img )const
156 {
157 return m_graph.createImage( img );
158 }
159
160 ImageViewId FramePassGroup::createView( ImageViewData const & view )const
161 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected