tests/shader_runner: Replace spaces with dashes in format names.

Probably good if we want to allow specifying several formats in the same
line, separated by spaces.

While at it, rename "r32g32 int" to "r32g32-sint".
This commit is contained in:
Francisco Casas
2024-08-01 21:03:46 -04:00
committed by Henri Verbeet
parent cec62c54ad
commit 19c23ca6f2
Notes: Henri Verbeet 2024-08-22 16:43:21 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/991
33 changed files with 94 additions and 94 deletions

View File

@@ -2,19 +2,19 @@
shader model >= 6.0
[uav 0]
format r32 uint
format r32-uint
size (buffer, 4)
0x0 0x1 0x2 0x13
[uav 1]
format r32 uint
format r32-uint
size (buffer, 4)
0x100 0x200 0x400 0x800
[uav 2]
format r32 uint
format r32-uint
size (buffer, 20)
0 0 0 0 0
@@ -82,7 +82,7 @@ probe uav 2 (18) rui (0)
probe uav 2 (19) rui (0)
[uav 2]
format r32 uint
format r32-uint
size (buffer, 20)
0 0 0 0 0