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

Method createSampler

source/RenderGraph/RunnableGraph.cpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 VkSampler RunnableGraph::createSampler( SamplerDesc const & samplerDesc )
486 {
487 return m_resources.createSampler( samplerDesc );
488 }
489
490 VertexBuffer const & RunnableGraph::createQuadTriVertexBuffer( bool texCoords
491 , Texcoord const & config )

Callers 2

getWriteFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36