mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 19:17:57 +00:00
shader/registry: Cache tessellation state
This commit is contained in:
parent
22052e73de
commit
776aa5bdf9
3 changed files with 10 additions and 3 deletions
|
@ -48,7 +48,7 @@ struct BindlessSamplerKey {
|
|||
Tegra::Engines::SamplerDescriptor sampler;
|
||||
};
|
||||
|
||||
constexpr u32 NativeVersion = 17;
|
||||
constexpr u32 NativeVersion = 18;
|
||||
|
||||
ShaderCacheVersionHash GetShaderCacheVersionHash() {
|
||||
ShaderCacheVersionHash hash{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue