[Vulkan] Don't bother re-hashing previously covered bindings
This commit is contained in:
parent
7ea3381699
commit
b38b9e43ea
|
@ -1306,6 +1306,7 @@ void TextureCache::HashTextureBindings(
|
||||||
// We've covered this binding.
|
// We've covered this binding.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
fetch_mask |= fetch_bit;
|
||||||
|
|
||||||
auto& regs = *register_file_;
|
auto& regs = *register_file_;
|
||||||
int r = XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0 + binding.fetch_constant * 6;
|
int r = XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0 + binding.fetch_constant * 6;
|
||||||
|
|
Loading…
Reference in New Issue