6 Feb
2023
6 Feb
'23
2:41 p.m.
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`.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/80#note_23079