<pac85>
nir_to_spirv has a flat array to map driver_location to sampler variables. Now when bindless textures are used together with non binless textures the sampler vars are in different descriptor sets and the binding can obviosuly be the same between different descriptor sets. This causes a collision in nir_to_spirv
<pac85>
From what I understand nir_to_spirv makes should be kept generic so it wouldn't be acceptable to handle bindless specifically, right?