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

◆ is_region_loaded()

bool MayaFlux::Kakshya::TextureContainer::is_region_loaded ( const Region region) const
inlineoverridevirtual

Check if a region is loaded in memory.

Parameters
regionRegion to check
Returns
true if region is loaded, false otherwise

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 270 of file TextureContainer.hpp.

270{ return true; }