On Thu Nov 2 23:32:36 2023 +0000, Francisco Casas wrote:
Now that you mention it, the first test is pretty similar to the second one in array-index-expr. The second test is different however, because it is testing relative addressing in the dst instead of the src. But I guess it makes sense to move it to array-index-expr.shader_test, if we are deleting the first one. I will do that.
Oh, sorry. I changed my mind.
I just realized that the 1st test is also different to test 2 on `array-index-expr.shader_test`, because it actually indexes a `float4` instead of a `float[]`, which is not relative addressing. So it may be worth keeping it as the simplest case of relative addressing.
I can still move them both to array-index-expr.shader_test if you want.