Skip to content

Commit

Permalink
Bump shader cache versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Oct 9, 2023
1 parent 9b7df47 commit ced8211
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 @@ -981,7 +981,7 @@ enum class CacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 33
#define CACHE_VERSION 34

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

#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 48
#define CACHE_VERSION 49

struct VulkanCacheHeader {
uint32_t magic;
Expand Down

0 comments on commit ced8211

Please sign in to comment.