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

Method createImageView

source/RenderGraph/RunnableGraph.cpp:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 }
479
480 VkImageView RunnableGraph::createImageView( ImageViewId const & view )
481 {
482 return m_resources.createImageView( view );
483 }
484
485 VkSampler RunnableGraph::createSampler( SamplerDesc const & samplerDesc )
486 {

Callers 5

getWriteFunction · 0.45
RunnableGraphMethod · 0.45
doCreateFramebufferMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36