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