Unravel Engine C++ Reference
Loading...
Searching...
No Matches
material.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::SAVE_EXTERN (material)
 
 unravel::LOAD_EXTERN (material)
 
 unravel::REFLECT_EXTERN (material)
 
void unravel::save_to_file (const std::string &absolute_path, const std::shared_ptr< material > &obj)
 
void unravel::save_to_file_bin (const std::string &absolute_path, const std::shared_ptr< material > &obj)
 
void unravel::load_from_file (const std::string &absolute_path, std::shared_ptr< material > &obj)
 
void unravel::load_from_file_bin (const std::string &absolute_path, std::shared_ptr< material > &obj)