GLI  0.5.1
operator.hpp
Go to the documentation of this file.
1 
29 #ifndef GLI_OPERATOR_INCLUDED
30 #define GLI_OPERATOR_INCLUDED
31 
32 #include "texture2d.hpp"
33 
34 namespace gli{
35 namespace detail
36 {
37 
38 }//namespace detail
39 
40  texture2D operator+(texture2D const & TextureA, texture2D const & TextureB);
41  texture2D operator-(texture2D const & TextureA, texture2D const & TextureB);
42 
43 }//namespace gli
44 
45 #include "operator.inl"
46 
47 #endif//GLI_OPERATOR_INCLUDED
texture2D operator-(texture2D const &TextureA, texture2D const &TextureB)
OpenGL Image (gli.g-truc.net)
texture2D operator+(texture2D const &TextureA, texture2D const &TextureB)