I bind two unbound resources in same slot, the after is just an alias, it works with compiling spirv, but fails with compiling dxil
Buffer<float4> BindlessFloatBuffers[] : register(t0, space3);
Buffer<uint4> BindlessUIntBuffers[] : register(t0, space3);
I bind two unbound resources in same slot, the after is just an alias, it works with compiling spirv, but fails with compiling dxil