lizzie
1 month ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
2 changed files with
2 additions and
2 deletions
-
src/video_core/renderer_opengl/gl_shader_cache.cpp
-
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
|
|
@ -54,7 +54,7 @@ using VideoCommon::LoadPipelines; |
|
|
using VideoCommon::SerializePipeline; |
|
|
using VideoCommon::SerializePipeline; |
|
|
using Context = ShaderContext::Context; |
|
|
using Context = ShaderContext::Context; |
|
|
|
|
|
|
|
|
constexpr u32 CACHE_VERSION = 13; |
|
|
|
|
|
|
|
|
constexpr u32 CACHE_VERSION = 14; |
|
|
|
|
|
|
|
|
template <typename Container> |
|
|
template <typename Container> |
|
|
auto MakeSpan(Container& container) { |
|
|
auto MakeSpan(Container& container) { |
|
|
|
|
|
@ -55,7 +55,7 @@ using VideoCommon::FileEnvironment; |
|
|
using VideoCommon::GenericEnvironment; |
|
|
using VideoCommon::GenericEnvironment; |
|
|
using VideoCommon::GraphicsEnvironment; |
|
|
using VideoCommon::GraphicsEnvironment; |
|
|
|
|
|
|
|
|
constexpr u32 CACHE_VERSION = 14; |
|
|
|
|
|
|
|
|
constexpr u32 CACHE_VERSION = 15; |
|
|
constexpr std::array<char, 8> VULKAN_CACHE_MAGIC_NUMBER{'y', 'u', 'z', 'u', 'v', 'k', 'c', 'h'}; |
|
|
constexpr std::array<char, 8> VULKAN_CACHE_MAGIC_NUMBER{'y', 'u', 'z', 'u', 'v', 'k', 'c', 'h'}; |
|
|
|
|
|
|
|
|
template <typename Container> |
|
|
template <typename Container> |
|
|
|