gidoly
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
|
|
@ -53,7 +53,7 @@ using VideoCommon::FileEnvironment; |
|
|
using VideoCommon::GenericEnvironment; |
|
|
using VideoCommon::GenericEnvironment; |
|
|
using VideoCommon::GraphicsEnvironment; |
|
|
using VideoCommon::GraphicsEnvironment; |
|
|
|
|
|
|
|
|
constexpr u32 CACHE_VERSION = 6; |
|
|
|
|
|
|
|
|
constexpr u32 CACHE_VERSION = 7; |
|
|
|
|
|
|
|
|
template <typename Container> |
|
|
template <typename Container> |
|
|
auto MakeSpan(Container& container) { |
|
|
auto MakeSpan(Container& container) { |
|
|
|