MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_ready()

bool MayaFlux::Yantra::GpuResourceManager::is_ready ( const std::string &  key) const

Definition at line 160 of file GpuResourceManager.cpp.

161{
162 const auto* unit = find_unit(key);
163 return unit && unit->ready;
164}
const PipelineUnit * find_unit(const std::string &key) const

References find_unit().

Referenced by MayaFlux::Yantra::GpuDispatchCore::ensure_gpu_ready(), and MayaFlux::Yantra::GpuDispatchCore::is_gpu_ready().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: