tests/shader-runner: Change probe directive syntax on shader_test files.

For consistency with the previous commit.
This commit is contained in:
Francisco Casas
2024-01-24 16:35:39 -03:00
committed by Alexandre Julliard
parent b08be04465
commit 4fe9ab0a90
Notes: Alexandre Julliard 2024-02-19 22:59:16 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/569
4 changed files with 24 additions and 29 deletions

View File

@@ -179,4 +179,4 @@ float4 main() : sv_target1
[test]
todo(sm>=6) draw quad
probe buffer uav 2 (0, 0) rgba (11.1, 12.2, 13.3, 14.4)
probe uav 2 (0) rgba (11.1, 12.2, 13.3, 14.4)