6 Sep
2023
6 Sep
'23
9:11 a.m.
Giovanni Mascellani (@giomasce) commented about tests/hlsl/out-of-bounds-float.shader_test:
+[pixel shader] +float4 main() : sv_target { + float x = .12345; + return float4(x, 0.0, 0.0, 0.0); +} + +[test] +draw quad +probe all rgba (0.12345, 0.0, 0.0, 0.0) What is this supposed to test? Why does it belong to this commit? Also, notice that if you don't add it to `Makefile.am` it won't be considered for running the tests.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/321#note_44389