Skip to content

Commit

Permalink
Bump shader cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed May 23, 2023
1 parent 381a99e commit 0aef258
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 @@ -965,7 +965,7 @@ enum class CacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 30
#define CACHE_VERSION 31

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 @@ -520,7 +520,7 @@ enum class VulkanCacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 44
#define CACHE_VERSION 45

struct VulkanCacheHeader {
uint32_t magic;
Expand Down

0 comments on commit 0aef258

Please sign in to comment.