Skip to content

Commit

Permalink
Shader cache version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkchan committed Jun 8, 2023
1 parent 2774fcf commit 71ca0c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ class DiskCacheHostStorage
private const ushort FileFormatVersionMajor = 1;
private const ushort FileFormatVersionMinor = 2;
private const uint FileFormatVersionPacked = ((uint)FileFormatVersionMajor << 16) | FileFormatVersionMinor;
private const uint CodeGenVersion = 5159;
private const uint CodeGenVersion = 5044;

private const string SharedTocFileName = "shared.toc";
private const string SharedDataFileName = "shared.data";
Expand Down

0 comments on commit 71ca0c0

Please sign in to comment.