Pre-release shader cache version bump for safety

This commit is contained in:
Henrik Rydgård 2024-10-29 13:19:58 +01:00
parent dc122f8595
commit 4016539c85
2 changed files with 2 additions and 2 deletions

View File

@ -975,7 +975,7 @@ enum class CacheDetectFlags {
}; };
#define CACHE_HEADER_MAGIC 0x83277592 #define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 36 #define CACHE_VERSION 37
struct CacheHeader { struct CacheHeader {
uint32_t magic; uint32_t magic;

View File

@ -502,7 +502,7 @@ enum class VulkanCacheDetectFlags {
}; };
#define CACHE_HEADER_MAGIC 0xff51f420 #define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 51 #define CACHE_VERSION 52
struct VulkanCacheHeader { struct VulkanCacheHeader {
uint32_t magic; uint32_t magic;