Giovanni Mascellani (@giomasce) commented about tests/uav-load.shader_test:
+[require] +shader model >= 5.0
+[uav 0] +format r32 float +size (3, 1)
+0.1 0.1 0.1
Not a big deal, but usually I try to make tests with inputs and outputs that are as diverse as possible. For example, here I would have written something like `0.1 0.2 0.3`, so that if for some bug loads to (0, 0) actually read from (2, 0) the bug is more likely to get caught.