tests: Remove TODO in stencil_export test.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2021-06-24 16:15:22 +02:00
parent cc324cadd1
commit 8a82b718e4
1 changed files with 0 additions and 1 deletions

View File

@ -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);