const_buffer_engine_interface: Store component types
This is required for Vulkan. Sampling integer textures with float handles is illegal.
This commit is contained in:
parent
120f688272
commit
978172530e
4 changed files with 27 additions and 46 deletions
|
@ -48,7 +48,7 @@ struct BindlessSamplerKey {
|
|||
Tegra::Engines::SamplerDescriptor sampler;
|
||||
};
|
||||
|
||||
constexpr u32 NativeVersion = 18;
|
||||
constexpr u32 NativeVersion = 19;
|
||||
|
||||
ShaderCacheVersionHash GetShaderCacheVersionHash() {
|
||||
ShaderCacheVersionHash hash{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue