mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
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:
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
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user