Potato Engine
Hobby Game Engine Project
|
Public Member Functions | |
HashCache (FileSystem &fileSystem) | |
uint64 | hashAssetAtPath (zstring_view path) |
bool | serialize (Stream &stream) const |
bool | deserialize (Stream &stream) |
Static Public Member Functions | |
static uint64 | hashAssetContent (span< byte const > contents) noexcept |
static uint64 | hashAssetStream (Stream &stream) |