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:
ReinUsesLisp 2020-02-29 05:02:27 -03:00
parent 120f688272
commit 978172530e
4 changed files with 27 additions and 46 deletions

View file

@ -48,7 +48,7 @@ struct BindlessSamplerKey {
Tegra::Engines::SamplerDescriptor sampler;
};
constexpr u32 NativeVersion = 18;
constexpr u32 NativeVersion = 19;
ShaderCacheVersionHash GetShaderCacheVersionHash() {
ShaderCacheVersionHash hash{};