0.7.0
comparison.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "image.hpp"
32 #include "texture1d.hpp"
33 #include "texture1d_array.hpp"
34 #include "texture2d.hpp"
35 #include "texture2d_array.hpp"
36 #include "texture3d.hpp"
37 #include "texture_cube.hpp"
38 #include "texture_cube_array.hpp"
39 
40 namespace gli
41 {
42  bool operator==(image const & ImageA, image const & ImageB);
43  bool operator!=(image const & ImageA, image const & ImageB);
44 
45  bool operator==(texture const & A, texture const & B);
46  bool operator!=(texture const & A, texture const & B);
47 }//namespace gli
48 
49 #include "./core/comparison.inl"
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)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)
OpenGL Image (gli.g-truc.net)