Fix extra qualification error

This commit is contained in:
Bailey Harrison 2023-05-29 15:41:36 +01:00
parent 440e5d1fcc
commit a05b9d5520
3 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ struct SamplerInfo {
namespace std { namespace std {
template <> template <>
struct std::hash<engine::gfx::SamplerInfo> { struct hash<engine::gfx::SamplerInfo> {
std::size_t operator()(const engine::gfx::SamplerInfo& k) const { std::size_t operator()(const engine::gfx::SamplerInfo& k) const {
using std::hash; using std::hash;

Binary file not shown.

Binary file not shown.