bool operator==(const Matrix< T, ROWS, COLS > &lhs, const Matrix< T, ROWS, COLS > &rhs)
Equality operator between two matrices.
Definition: Matrix.h:353
An image that lives in the graphic memory that can be used for drawing.
Definition: Texture.h:67
bool operator==(const RenderStates &lhs, const RenderStates &rhs)
Check render states equality.
Definition: RenderStates.h:99