mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
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
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user