18 bool operator==(image
const& ImageA, image
const& ImageB);
21 bool operator!=(image
const& ImageA, image
const& ImageB);
24 bool operator==(texture
const& A, texture
const& B);
27 bool operator!=(texture
const& A, texture
const& B);
30 #include "./core/comparison.inl" Include to use 2d array textures.
Include to use 1d textures.
Include to use images, a representation of a single texture level.
Namespace where all the classes and functions provided by GLI are exposed.
Include to use 3d textures.
bool operator==(image const &ImageA, image const &ImageB)
Compare two images. Two images are equal when the date is the same.
Include to use cube map textures.
Include to use 1d array textures.
bool operator!=(image const &ImageA, image const &ImageB)
Compare two images. Two images are equal when the date is the same.
Include to use cube map array textures.
Include to use 2d textures.