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

Method createImage

source/RenderGraph/FrameGraph.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 ImageId FrameGraph::createImage( ImageData const & img )
203 {
204 auto result = m_handler.createImageId( img );
205 m_images.insert( result );
206 return result;
207 }
208
209 ImageViewId FrameGraph::createView( ImageViewData const & view )
210 {

Callers 15

memoryBarrierMethod · 0.45
copyImageMethod · 0.45
blitImageMethod · 0.45
clearAttachmentMethod · 0.45
prepareImageFunction · 0.45
doRecordIntoMethod · 0.45
doRecordMultiToMultiMethod · 0.45
doRecordMultiToSingleMethod · 0.45
doRecordSingleToMultiMethod · 0.45
doRecordIntoMethod · 0.45
doProcessImageViewMethod · 0.45
doRecordIntoMethod · 0.45

Calls 2

createImageIdMethod · 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