Compare commits

...

2 Commits

Author SHA1 Message Date
gidoly
bddb39e0a5 Update gl_shader_cache.cpp 2022-11-04 14:13:41 +09:00
gidoly
bd6d99a1fb Update vk_pipeline_cache.cpp 2022-11-04 14:04:39 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ using VideoCommon::LoadPipelines;
using VideoCommon::SerializePipeline;
using Context = ShaderContext::Context;
constexpr u32 CACHE_VERSION = 6;
constexpr u32 CACHE_VERSION = 7;
template <typename Container>
auto MakeSpan(Container& container) {

View File

@@ -53,7 +53,7 @@ using VideoCommon::FileEnvironment;
using VideoCommon::GenericEnvironment;
using VideoCommon::GraphicsEnvironment;
constexpr u32 CACHE_VERSION = 6;
constexpr u32 CACHE_VERSION = 7;
template <typename Container>
auto MakeSpan(Container& container) {