mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 04:47:57 -05:00
ShaderCompiler: Inline driver specific constants.
This commit is contained in:
@ -51,7 +51,7 @@ using VideoCommon::LoadPipelines;
|
||||
using VideoCommon::SerializePipeline;
|
||||
using Context = ShaderContext::Context;
|
||||
|
||||
constexpr u32 CACHE_VERSION = 8;
|
||||
constexpr u32 CACHE_VERSION = 9;
|
||||
|
||||
template <typename Container>
|
||||
auto MakeSpan(Container& container) {
|
||||
|
Reference in New Issue
Block a user