Skip to content

Commit

Permalink
Bump shader cache versions again, just because.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 27, 2023
1 parent fdb1d69 commit 48d3efc
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
Expand Up @@ -983,7 +983,7 @@ enum class CacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 32
#define CACHE_VERSION 33

struct CacheHeader {
uint32_t magic;
Expand Down
2 changes: 1 addition & 1 deletion GPU/Vulkan/ShaderManagerVulkan.cpp
Expand Up @@ -507,7 +507,7 @@ enum class VulkanCacheDetectFlags {
};

#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 47
#define CACHE_VERSION 48

struct VulkanCacheHeader {
uint32_t magic;
Expand Down

0 comments on commit 48d3efc

Please sign in to comment.