GLI  0.6.0
load_dds.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "storage.hpp"
32 #include "dx.hpp"
33 
34 namespace gli
35 {
36  // Load a texture storage from file
37  storage load_dds(char const * Filename);
38 
39  // Load a texture storage from file
40  storage load_dds(std::string const & Filename);
41 
42  // Load a texture storage from memory
43  storage load_dds(char const * Data, std::size_t Size);
44 }//namespace gli
45 
46 #include "load_dds.inl"
storage load_dds(char const *Filename)
OpenGL Image (gli.g-truc.net)