Aitor Camacho a3bb0b802f Fix translation of fully remapped multi vertex attribute bindings
Fix crash on CTS test:
dEQP-VK.robustness.robustness1_vertex_access.out_of_bounds_stride_30_middle_of_buffer

Bindings with multiple vertex attributes would not correctly detect
if the whole binding was remapped to new location/s. This meant
original binding's stride was never set to 0 which would report an
error and in some cases crash.
2024-01-15 19:57:18 +01:00
..