MayaFlux 0.1.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 125 of file Creator.cpp.

126{
127 return load_image_file(filepath);
128}
std::shared_ptr< Buffers::TextureBuffer > load_image_file(const std::string &filepath)
Loads an image file into a TextureBuffer.
Definition Depot.cpp:117

References MayaFlux::load_image_file().

+ Here is the call graph for this function: