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 073c590c..4f783325 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -6886,7 +6886,6 @@ static void test_draw_uav_only(void)
transition_resource_state(command_list, resource, D3D12_RESOURCE_STATE_UNORDERED_ACCESS, D3D12_RESOURCE_STATE_COPY_SOURCE); - bug_if(is_radv_device(context.device)) check_sub_resource_uint(resource, 0, queue, command_list, 500, 0);
ID3D12DescriptorHeap_Release(cpu_descriptor_heap);