Bump shader cache version

This commit is contained in:
Henrik Rydgård 2023-01-05 13:12:11 +01:00
parent a58bf45540
commit 13d07f6ff4
2 changed files with 2 additions and 2 deletions

View File

@ -937,7 +937,7 @@ std::string ShaderManagerGLES::DebugGetShaderString(std::string id, DebugShaderT
// as sometimes these features might have an effect on the ID bits.
#define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 19
#define CACHE_VERSION 20
struct CacheHeader {
uint32_t magic;
uint32_t version;

View File

@ -497,7 +497,7 @@ VulkanGeometryShader *ShaderManagerVulkan::GetGeometryShaderFromModule(VkShaderM
// instantaneous.
#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 34
#define CACHE_VERSION 35
struct VulkanCacheHeader {
uint32_t magic;
uint32_t version;