mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/shader_runner_metal: Run the Metal shader runner with DXIL shaders.
This commit is contained in:
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
@@ -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)
|
||||
|
Reference in New Issue
Block a user