0.7.0
load_dds.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "texture.hpp"
32 
33 namespace gli
34 {
38  texture load_dds(char const * Path);
39 
43  texture load_dds(std::string const & Filename);
44 
48  texture load_dds(char const * Data, std::size_t Size);
49 }//namespace gli
50 
51 #include "./core/load_dds.inl"
OpenGL Image (gli.g-truc.net)