tests: Remove TODO from test_depth_stencil_test_no_dsv.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2021-11-01 15:21:44 +01:00
parent 3937e1a298
commit 2da535fbbf
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ void test_depth_stencil_test_no_dsv(void)
D3D12_RESOURCE_STATE_RENDER_TARGET, D3D12_RESOURCE_STATE_COPY_SOURCE);
/* vkd3d-proton just skips the draw call in this situation.
* At least test that we don't crash. */
todo check_sub_resource_vec4(context.render_target, 0, queue, command_list, &blue, 0);
check_sub_resource_vec4(context.render_target, 0, queue, command_list, &blue, 0);
destroy_test_context(&context);
}