Hash used to identify rendering resources. More...
#include <Luminous/RenderResource.hpp>
Public Member Functions | |
| bool | operator< (const Hash &h) const |
| Compare the order of hashes. More... | |
| bool | operator== (const Hash &h) const |
| Compare two hashes for equality. More... | |
Public Attributes | |
| uint64_t | data [2] |
| Hash data. | |
Hash used to identify rendering resources.
|
inline |
Compare the order of hashes.
| h | hash to compare |
|
inline |
Compare two hashes for equality.
| h | hash to compare |