0.8.0 API documentation
|
Include to use operators to compare whether two textures or images are equal. More...
Go to the source code of this file.
Namespaces | |
gli | |
Namespace where all the classes and functions provided by GLI are exposed. | |
Functions | |
bool | operator!= (image const &ImageA, image const &ImageB) |
Compare two images. Two images are equal when the date is the same. | |
bool | operator!= (texture const &A, texture const &B) |
Compare two textures. Two textures are the same when the data, the format and the targets are the same. | |
bool | operator== (image const &ImageA, image const &ImageB) |
Compare two images. Two images are equal when the date is the same. | |
bool | operator== (texture const &A, texture const &B) |
Compare two textures. Two textures are the same when the data, the format and the targets are the same. | |
Include to use operators to compare whether two textures or images are equal.
Definition in file comparison.hpp.