Giovanni Mascellani (@giomasce) commented about tests/reflect.shader_test:
+[pixel shader] +float4 main(uniform float4 i, uniform float4 n) : sv_target +{
- return reflect(i, n);
+}
+[test] +uniform 0 float4 0.5 -0.1 0.2 0.3 +uniform 1 float4 0.6 0.4 -0.3 1.0
This should be `uniform 4`.