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 1d 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 images, a representation of a single texture level.
Include to use 2d textures.
Namespace where all the classes and functions provided by GLI are exposed.
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 array textures.
Include to use cube map array textures.
Include to use 3d textures.
Include to use cube map textures.
Include to use 2d array textures.