GLI  0.5.1
flip.hpp
Go to the documentation of this file.
1 
29 #ifndef GLI_CORE_FLIP_INCLUDED
30 #define GLI_CORE_FLIP_INCLUDED
31 
32 #include "texture2d.hpp"
33 #include "texture2d_array.hpp"
34 
35 namespace gli
36 {
37  template <typename texture>
38  texture flip(texture const & Texture);
39 
40 }//namespace gli
41 
42 #include "flip.inl"
43 
44 #endif//GLI_CORE_FLIP_INCLUDED
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
texture flip(texture const &Texture)