Skip to content

Commit

Permalink
Vulkan: Bump the shader cache version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 9, 2020
1 parent 2502563 commit 99aeceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/Vulkan/ShaderManagerVulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ VulkanFragmentShader *ShaderManagerVulkan::GetFragmentShaderFromModule(VkShaderM
// instantaneous.

#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 17
#define CACHE_VERSION 18
struct VulkanCacheHeader {
uint32_t magic;
uint32_t version;
Expand Down

0 comments on commit 99aeceb

Please sign in to comment.