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 images, a representation of a single texture level.
Include to use cube map textures.
bool operator!=(image const &ImageA, image const &ImageB)
Compare two images. Two images are equal when the date is the same.
Namespace where all the classes and functions provided by GLI are exposed.
Include to use cube map array textures.
Include to use 2d textures.
Include to use 2d array textures.
Include to use 3d 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 1d textures.