3#include <unordered_map>
10 struct hash<glm::ivec3>
14 static const unsigned int m = 0x5bd1e995U;
16 unsigned int hash = 0;
48 struct hash<glm::ivec2>
52 static const unsigned int m = 0x5bd1e995U;
54 unsigned int hash = 0;
Definition: ObjLoader.hpp:65
std::size_t operator()(const glm::ivec2 &v) const
Definition: hashes.hpp:50
std::size_t operator()(const glm::ivec3 &v) const
Definition: hashes.hpp:12