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

◆ load_mesh_buffers()

std::vector< std::shared_ptr< Buffers::MeshBuffer > > MayaFlux::Creator::load_mesh_buffers ( const std::string &  filepath)
private

Definition at line 134 of file Creator.cpp.

135{
136 return get_io_manager()->load_mesh(filepath);
137}
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: