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

◆ is_image() [1/2]

bool MayaFlux::is_image ( const fs::path &  filepath)

Definition at line 108 of file Depot.cpp.

109{
110 return check_extension(filepath, k_image_filters[0]);
111}

Referenced by MayaFlux::Yantra::GpuResourceManager::dispatch(), MayaFlux::Yantra::GpuResourceManager::dispatch_async(), MayaFlux::Yantra::GpuResourceManager::initialise(), and MayaFlux::Yantra::GpuDispatchCore::readback_aux().

+ Here is the caller graph for this function: