Signed-off-by: Conor McCarthy cmccarthy@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)