[PATCH vkd3d v2 4/4] tests: Remove todo for descriptor array support.

Conor McCarthy cmccarthy at codeweavers.com
Thu Jun 3 00:04:07 CDT 2021


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

diff --git a/tests/d3d12.c b/tests/d3d12.c
index 0cdb22e0..f05cacea 100644
--- a/tests/d3d12.c
+++ b/tests/d3d12.c
@@ -33975,7 +33975,6 @@ static void test_resource_arrays(void)
                 get_cpu_descriptor_handle(&context, heap, ARRAY_SIZE(input_buffers) + i));
     }
 
-    todo
     context.pipeline_state = create_compute_pipeline_state(device, context.root_signature,
             shader_bytecode(cs_code, sizeof(cs_code)));
     if (!context.pipeline_state)
-- 
2.31.1




More information about the wine-devel mailing list