17 Oct
2022
17 Oct
'22
1:10 p.m.
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.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/30#note_10943