mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-11 08:55:45 +00:00
shader_recompiler: use float image operations on load/store when required
This commit is contained in:
@@ -51,7 +51,7 @@ using VideoCommon::LoadPipelines;
|
||||
using VideoCommon::SerializePipeline;
|
||||
using Context = ShaderContext::Context;
|
||||
|
||||
constexpr u32 CACHE_VERSION = 9;
|
||||
constexpr u32 CACHE_VERSION = 10;
|
||||
|
||||
template <typename Container>
|
||||
auto MakeSpan(Container& container) {
|
||||
|
||||
Reference in New Issue
Block a user