13 Feb
2023
13 Feb
'23
11:24 a.m.
Giovanni Mascellani (@giomasce) commented about tests/log.shader_test:
+[pixel shader] +uniform float4 x; + +float4 main() : sv_target +{ + return log2(x); +} + +[test] +uniform 0 float4 2.0 4.0 5.0 0.4 Please, also test outside of the domain of definition (i.e., zero and negative numbers).
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/89#note_23902