tests: Mark a todo as resolved on MoltenVK 1.2.12.

Technically it is not, the Vulkan commands we're generating are
still not correct. But let's get rid of the failure message.
This commit is contained in:
Giovanni Mascellani
2025-03-28 14:30:54 +01:00
committed by Henri Verbeet
parent 653e4f47ac
commit 7b4a29da81
Notes: Henri Verbeet 2025-04-03 20:33:55 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1440
3 changed files with 23 additions and 2 deletions

View File

@@ -32901,7 +32901,7 @@ static void test_64kb_texture_alignment(void)
transition_resource_state(command_list, textures[1],
D3D12_RESOURCE_STATE_COPY_DEST, D3D12_RESOURCE_STATE_COPY_SOURCE);
get_resource_readback_with_command_list(textures[1], 0, &rb, queue, command_list);
todo_if(is_mvk_device(device))
todo_if(is_mvk_device_lt(device, 1, 2, 12))
check_readback_data_uint(&rb.rb, &box, 0xdeadbeef, 0);
release_resource_readback(&rb);