From 8a82b718e4354bf768a4edb727f9b40e3524d5fc Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Thu, 24 Jun 2021 16:15:22 +0200 Subject: [PATCH] tests: Remove TODO in stencil_export test. Signed-off-by: Hans-Kristian Arntzen --- tests/d3d12.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/d3d12.c b/tests/d3d12.c index a00f9069..898f05a7 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -42089,7 +42089,6 @@ static void test_stencil_export(bool use_dxil) transition_resource_state(command_list, context.render_target, D3D12_RESOURCE_STATE_RENDER_TARGET, D3D12_RESOURCE_STATE_COPY_SOURCE); - todo_if(use_dxil) check_sub_resource_uint8(context.render_target, 0, queue, command_list, 0x000000ff, 0); ID3D12DescriptorHeap_Release(srv_heap);