shader/registry: Cache tessellation state
This commit is contained in:
parent
0528be5c92
commit
66a8a3e887
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