0.7.0
save.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "save_dds.hpp"
32 #include "save_ktx.hpp"
33 
34 namespace gli
35 {
41  bool save(texture const & Texture, char const * Path);
42 
48  bool save(texture const & Texture, std::string const & Path);
49 }//namespace gli
50 
51 #include "./core/save.inl"
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)