29 #ifndef GLI_CORE_COMPARISON_INCLUDED
30 #define GLI_CORE_COMPARISON_INCLUDED
43 bool operator==(image
const & ImageA, image
const & ImageB);
44 bool operator!=(image
const & ImageA, image
const & ImageB);
46 template <
typename texture>
47 bool operator==(texture
const & TextureA, texture
const & TextureB);
48 template <
typename texture>
49 bool operator!=(texture
const & TextureA, texture
const & TextureB);
52 #include "comparison.inl"
54 #endif//GLI_CORE_COMPARISON_INCLUDED
bool operator!=(image const &ImageA, image const &ImageB)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
bool operator==(image const &ImageA, image const &ImageB)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)