0.8.0 API documentation
save_kmg.hpp
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include "texture.hpp"
7 
8 namespace gli
9 {
16  bool save_kmg(texture const & Texture, char const * Path);
17 
24  bool save_kmg(texture const & Texture, std::string const & Path);
25 
31  bool save_kmg(texture const & Texture, std::vector<char> & Memory);
32 }//namespace gli
33 
34 #include "./core/save_kmg.inl"
Namespace where all the classes and functions provided by GLI are exposed.
Definition: comparison.hpp:15
Include to use generic textures which can represent any texture target but they don't have target spe...
bool save_kmg(texture const &Texture, char const *Path)
Save a texture storage to a KMG (Khronos Image) file.