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

Method ResourcesCache

source/RenderGraph/ResourceHandler.cpp:810–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 //*********************************************************************************************
809
810 ResourcesCache::ResourcesCache( ResourceHandler & handler )
811 : m_handler{ handler }
812 {
813 }
814
815 VkBuffer ResourcesCache::createBuffer( GraphContext & context
816 , BufferId const & bufferId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected