tests: Mark the HS punned array test as buggy on MoltenVK.

MoltenVK doesn't support the Component decoration on tessellation
shaders.
This commit is contained in:
Giovanni Mascellani 2024-03-08 16:53:43 +01:00 committed by Alexandre Julliard
parent 4f0e5b9069
commit f6fe9a39db
Notes: Alexandre Julliard 2024-03-11 23:07:26 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/700

View File

@ -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);