mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/hlsl: Mark some tests in uav-atomics.shader_test as working on MoltenVK.
This commit is contained in:
committed by
Henri Verbeet
parent
85dcd03642
commit
365f6d3be9
Notes:
Henri Verbeet
2025-05-27 21:09:24 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1516
@@ -149,12 +149,12 @@ void main()
|
||||
[test]
|
||||
uniform 0 int4 1 -3 0 0
|
||||
% SPIR-V compilation currently fails because of the mismatched resource type for u2.
|
||||
todo(mvk | vulkan | opengl | msl) dispatch 1 1 1
|
||||
todo(vulkan | opengl | msl) dispatch 1 1 1
|
||||
probe uav 2 (0) ri (1)
|
||||
probe uav 2 (1) ri (-3)
|
||||
|
||||
uniform 0 int4 -3 1 0 0
|
||||
todo(mvk | vulkan | opengl | msl) dispatch 1 1 1
|
||||
todo(vulkan | opengl | msl) dispatch 1 1 1
|
||||
probe uav 2 (0) ri (1)
|
||||
probe uav 2 (1) ri (-3)
|
||||
|
||||
|
Reference in New Issue
Block a user