[PATCH vkd3d 9/9] tests: Enable float64 tests for vkd3d.

Conor McCarthy cmccarthy at codeweavers.com
Sun Jun 13 22:26:43 CDT 2021


Signed-off-by: Conor McCarthy <cmccarthy at codeweavers.com>
---
 tests/d3d12.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/d3d12.c b/tests/d3d12.c
index 55c9ca4d..2c144a58 100644
--- a/tests/d3d12.c
+++ b/tests/d3d12.c
@@ -10142,8 +10142,7 @@ static void test_shader_instructions(void)
         return;
     command_list = context.list;
     queue = context.queue;
-    /* Float64 instructions are not supported and pipeline state creation will fail. */
-    test_shader_float64 = is_shader_float64_supported(context.device) && vkd3d_test_platform_is_windows();
+    test_shader_float64 = is_shader_float64_supported(context.device);
 
     context.root_signature = create_cb_root_signature(context.device,
             0, D3D12_SHADER_VISIBILITY_PIXEL, D3D12_ROOT_SIGNATURE_FLAG_NONE);
-- 
2.31.1




More information about the wine-devel mailing list