mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 05:47:47 +00:00
ShaderCompiler: Inline driver specific constants.
This commit is contained in:
parent
efd5661978
commit
872f2e7de6
5 changed files with 39 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue