Skip to content

Commit

Permalink
Bump shader cache version (should have done it in the release)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed May 6, 2023
1 parent 23c24d2 commit 14887d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GPU/GLES/ShaderManagerGLES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ enum class CacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 27
#define CACHE_VERSION 28

struct CacheHeader {
uint32_t magic;
Expand Down
2 changes: 1 addition & 1 deletion GPU/Vulkan/ShaderManagerVulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ enum class VulkanCacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 41
#define CACHE_VERSION 42

struct VulkanCacheHeader {
uint32_t magic;
Expand Down

0 comments on commit 14887d6

Please sign in to comment.