0.7.0
flip.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "../texture2d.hpp"
32 #include "../texture2d_array.hpp"
33 
34 namespace gli
35 {
36  template <typename texture>
37  texture flip(texture const & Texture);
38 
39 }//namespace gli
40 
41 #include "flip.inl"