added XXH3_64bits and calculate memory obj hashes

This commit is contained in:
georgemoralis
2023-09-26 16:00:13 +03:00
parent 7570576aa2
commit 1a5dd6cdfe
6 changed files with 54 additions and 4 deletions

4
.gitmodules vendored
View File

@@ -37,3 +37,7 @@
path = third-party/vulkan
url = https://github.com/shadps4/vulkan.git
branch = main
[submodule "third-party/xxHash"]
path = third-party/xxHash
url = https://github.com/Cyan4973/xxHash.git
branch = dev