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

◆ load_image_buffer()

std::shared_ptr< Buffers::TextureBuffer > MayaFlux::Creator::load_image_buffer ( const std::string &  filepath)
private

Definition at line 129 of file Creator.cpp.

130{
131 return get_io_manager()->load_image(filepath);
132}
std::shared_ptr< IO::IOManager > get_io_manager()
Retrieves the global IOManager instance for file loading and buffer management.
Definition Depot.cpp:79

References MayaFlux::get_io_manager().

+ Here is the call graph for this function: