16         bool save_ktx(texture 
const & Texture, 
char const * Path);
 
   24         bool save_ktx(texture 
const & Texture, std::string 
const & Path);
 
   31         bool save_ktx(texture 
const & Texture, std::vector<char> & Memory);
 
   34 #include "./core/save_ktx.inl" 
Namespace where all the classes and functions provided by GLI are exposed. 
 
bool save_ktx(texture const &Texture, char const *Path)
Save a texture storage to a KTX file. 
 
Include to use generic textures which can represent any texture target but they don't have target spe...