Bump shader cache versions

This commit is contained in:
Henrik Rydgård
2023-10-09 19:39:25 +02:00
parent 9b7df47de3
commit ced821169e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;