[Vulkan] Don't bother re-hashing previously covered bindings

This commit is contained in:
DrChat 2018-02-07 18:40:41 -06:00
parent 7ea3381699
commit b38b9e43ea
1 changed files with 1 additions and 0 deletions

View File

@ -1306,6 +1306,7 @@ void TextureCache::HashTextureBindings(
// We've covered this binding.
continue;
}
fetch_mask |= fetch_bit;
auto& regs = *register_file_;
int r = XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0 + binding.fetch_constant * 6;