On Fri Nov 3 00:23:29 2023 +0000, Francisco Casas wrote:
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.
Well, line 77 of array-index-expr.shader_test does index a temp array. But more generally, I don't see what the difference between these two files is.