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

◆ load_buffer()

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

Definition at line 126 of file Creator.cpp.

127{
128 return get_io_manager()->load_image(filepath);
129}
std::shared_ptr< IO::IOManager > get_io_manager()
Retrieves the global IOManager instance for file loading and buffer management.
Definition Depot.cpp:50

References MayaFlux::get_io_manager().

+ Here is the call graph for this function: