MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / HashCode

Method HashCode

Source/Engine/StratusTexture.cpp:552–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 const void * Texture::Underlying() const { return impl_->Underlying(); }
551
552 size_t Texture::HashCode() const {
553 return std::hash<void *>{}((void *)impl_.get());
554 }
555
556 bool Texture::operator==(const Texture & other) const {
557 return impl_ == other.impl_;

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected