0.7.0
save_ktx.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "load_ktx.hpp"
32 
33 namespace gli
34 {
40  bool save_ktx(texture const & Texture, char const * Path);
41 
47  bool save_ktx(texture const & Texture, std::string const & Path);
48 
53  bool save_ktx(texture const & Texture, std::vector<char> & Memory);
54 }//namespace gli
55 
56 #include "./core/save_ktx.inl"
OpenGL Image (gli.g-truc.net)