GLI  0.5.1
save_dds.hpp
Go to the documentation of this file.
1 
29 #ifndef GLI_SAVE_DDS_INCLUDED
30 #define GLI_SAVE_DDS_INCLUDED
31 
32 #include "load_dds.hpp"
33 
34 namespace gli
35 {
37  void save_dds(
38  storage const & Storage,
39  char const * Filename);
40 
41 }//namespace gli
42 
43 #include "save_dds.inl"
44 
45 #endif//GLI_SAVE_DDS_INCLUDED
OpenGL Image (gli.g-truc.net)
void save_dds(storage const &Storage, char const *Filename)
Saving a texture storage to file.