0.8.0 API documentation
save.hpp
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include "save_dds.hpp"
7 #include "save_ktx.hpp"
8 
9 namespace gli
10 {
17  bool save(texture const & Texture, char const * Path);
18 
25  bool save(texture const & Texture, std::string const & Path);
26 }//namespace gli
27 
28 #include "./core/save.inl"
Namespace where all the classes and functions provided by GLI are exposed.
Definition: comparison.hpp:15
Include to save KTX textures to files or memory.
Include to save DDS textures to files or memory.
bool save(texture const &Texture, char const *Path)
Save a texture storage to file.