Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump shader caches
  • Loading branch information
hrydgard committed Dec 2, 2018
1 parent 5bc7291 commit d9cfa3a
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 @@ -826,7 +826,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 12
#define CACHE_VERSION 13
struct CacheHeader {
uint32_t magic;
uint32_t version;
Expand Down
2 changes: 1 addition & 1 deletion GPU/Vulkan/ShaderManagerVulkan.cpp
Expand Up @@ -359,7 +359,7 @@ VulkanFragmentShader *ShaderManagerVulkan::GetFragmentShaderFromModule(VkShaderM
// instantaneous.

#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 14
#define CACHE_VERSION 15
struct VulkanCacheHeader {
uint32_t magic;
uint32_t version;
Expand Down

0 comments on commit d9cfa3a

Please sign in to comment.