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

Method createBuffer

source/RenderGraph/FramePassGroup.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 BufferId FramePassGroup::createBuffer( BufferData const & img )const
146 {
147 return m_graph.createBuffer( img );
148 }
149
150 BufferViewId FramePassGroup::createView( BufferViewData const & view )const
151 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected