use XXHash3 instead of sha1-le in RenderPassManager

This commit is contained in:
2024-11-09 00:41:15 +08:00
parent e3dccd6b06
commit c9855d7dee
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
VK_NAMESPACE_BEGIN
using RenderPassHASHCode=util::HashCodeXXH3_128;
#define CreateRenderPassHash util::CreateXXH3_128Hash
class RenderPassManager:public GraphModule
{