Giovanni Mascellani : tests: Mark the HS punned array test as buggy on MoltenVK.
Module: vkd3d Branch: master Commit: f6fe9a39dbf5accfaa4d3a3aca2b400362e0ed39 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/f6fe9a39dbf5accfaa4d3a3aca2b40... Author: Giovanni Mascellani <gmascellani(a)codeweavers.com> Date: Fri Mar 8 16:53:43 2024 +0100 tests: Mark the HS punned array test as buggy on MoltenVK. MoltenVK doesn't support the Component decoration on tessellation shaders. --- tests/d3d12.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/d3d12.c b/tests/d3d12.c index 49b40a67..3e75fada 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -38139,6 +38139,7 @@ static void test_hull_shader_punned_array(void) transition_resource_state(command_list, context.render_target, D3D12_RESOURCE_STATE_RENDER_TARGET, D3D12_RESOURCE_STATE_COPY_SOURCE); + bug_if(is_mvk_device(context.device)) check_sub_resource_uint(context.render_target, 0, queue, command_list, 0xcc996633, 0); destroy_test_context(&context);
participants (1)
-
Alexandre Julliard