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

@@ -7,7 +7,7 @@ shader model >= 5.0
% This ceases to be true with shader model 5.1.
[rtv 1]
format r32g32b32a32 float
format r32g32b32a32-float
size (2d, 640, 480)
[pixel shader]
@@ -165,7 +165,7 @@ float4 main() : sv_target1
}
[uav 1]
format r32g32b32a32 sint
format r32g32b32a32-sint
size (buffer, 2)
1 2 3 4 5 6 7 8
@@ -185,7 +185,7 @@ probe uav 1 (0) rgbai (11, -12, 13, -14)
probe uav 1 (1) rgbai (-15, 16, -17, 18)
[uav 2]
format r32g32b32a32 float
format r32g32b32a32-float
size (buffer, 1)
0.1 0.2 0.3 0.4