mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d: Add support for VK_EXT_depth_clip_enable.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
32aa45a86d
commit
a95c9f8ad8
@@ -16823,7 +16823,7 @@ static void test_depth_clip(void)
|
||||
|
||||
transition_resource_state(command_list, ds.texture,
|
||||
D3D12_RESOURCE_STATE_DEPTH_WRITE, D3D12_RESOURCE_STATE_COPY_SOURCE);
|
||||
todo_if(!is_mesa_intel_device(context.device))
|
||||
bug_if(!is_depth_clip_enable_supported(context.device))
|
||||
check_sub_resource_float(ds.texture, 0, queue, command_list, 1.0f, 2);
|
||||
reset_command_list(command_list, context.allocator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user