Aitor Camacho bd24db8553 Allow vertex buffer binding when they are used disregarding implicit index
Due to how MoltenVK decides when a buffer can be bound based on
its requirements for the implicit buffer, if the application uses
all bindings, implicit buffer index will be uint max. This lead
to used buffers not being bound.
2024-05-01 16:26:23 +02:00
..