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

Method ContextResourcesCache

source/RenderGraph/ResourceHandler.cpp:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 //*********************************************************************************************
621
622 ContextResourcesCache::ContextResourcesCache( ResourceHandler & handler
623 , GraphContext & context )
624 : m_handler{ handler }
625 , m_context{ context }
626 {
627 }
628
629 ContextResourcesCache::~ContextResourcesCache()noexcept
630 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected