0.7.0
load.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(char const * Path);
39 
43  texture load(std::string const & Filename);
44 
48  texture load(char const * Data, std::size_t Size);
49 }//namespace gli
50 
51 #include "./core/load.inl"
OpenGL Image (gli.g-truc.net)