0.8.0 API documentation
Namespaces | Functions
save_kmg.hpp File Reference

Include to save KMG textures to files or memory. More...

Go to the source code of this file.

Namespaces

 gli
 Namespace where all the classes and functions provided by GLI are exposed.
 

Functions

bool save_kmg (texture const &Texture, char const *Path)
 Save a texture storage to a KMG (Khronos Image) file. More...
 
bool save_kmg (texture const &Texture, std::string const &Path)
 Save a texture storage to a KMG (Khronos Image) file. More...
 
bool save_kmg (texture const &Texture, std::vector< char > &Memory)
 Save a texture storage to a KMG (Khronos Image) file. More...
 

Detailed Description

Include to save KMG textures to files or memory.

Definition in file save_kmg.hpp.