From: Conor McCarthy Subject: [PATCH vkd3d v2 4/4] tests: Remove todo for descriptor array support. Message-Id: <20210603050407.45612-4-cmccarthy@codeweavers.com> Date: Thu, 3 Jun 2021 15:04:07 +1000 In-Reply-To: <20210603050407.45612-1-cmccarthy@codeweavers.com> References: <20210603050407.45612-1-cmccarthy@codeweavers.com> Signed-off-by: Conor McCarthy --- 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