29 #ifndef GLI_OPERATOR_INCLUDED
30 #define GLI_OPERATOR_INCLUDED
40 texture2D
operator+(texture2D
const & TextureA, texture2D
const & TextureB);
41 texture2D
operator-(texture2D
const & TextureA, texture2D
const & TextureB);
45 #include "operator.inl"
47 #endif//GLI_OPERATOR_INCLUDED
OpenGL Image (gli.g-truc.net)
texture2D operator+(texture2D const &TextureA, texture2D const &TextureB)
texture2D operator-(texture2D const &TextureA, texture2D const &TextureB)