tests/shader_runner_metal: Run the Metal shader runner with DXIL shaders.

This commit is contained in:
Giovanni Mascellani
2025-07-14 22:22:04 +02:00
committed by Henri Verbeet
parent d898923b1c
commit 3817df1164
Notes: Henri Verbeet 2025-08-04 15:08:24 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1619
87 changed files with 501 additions and 483 deletions

View File

@@ -15,7 +15,7 @@ void main()
}
[test]
todo(sm<6) dispatch 3 1 1
todo(sm<6 | msl) dispatch 3 1 1
probe uav 1 (0) u32(12)
[uav 1]
@@ -32,5 +32,5 @@ void main()
}
[test]
todo(sm<6) dispatch 3 1 1
todo(sm<6 | msl) dispatch 3 1 1
probe uav 1 (0) i32(-12)