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

Method createView

source/RenderGraph/FrameGraph.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 BufferViewId FrameGraph::createView( BufferViewData const & view )
196 {
197 auto result = m_handler.createViewId( view );
198 m_bufferViews.insert( result );
199 return result;
200 }
201
202 ImageId FrameGraph::createImage( ImageData const & img )
203 {

Callers 11

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
buildSsaoPassFunction · 0.45
buildDeferredFunction · 0.45
buildWeightedBlendedFunction · 0.45
TYPED_TESTFunction · 0.45
TESTFunction · 0.45
TestBases.cppFile · 0.45

Calls 2

createViewIdMethod · 0.80
insertMethod · 0.80

Tested by 9

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
buildSsaoPassFunction · 0.36
buildDeferredFunction · 0.36
buildWeightedBlendedFunction · 0.36
TYPED_TESTFunction · 0.36
TESTFunction · 0.36