libs/vkd3d: Track command list recording state.

This commit is contained in:
Józef Kucia
2016-09-28 09:42:49 +02:00
parent c311a61dc9
commit 00fec8232b
3 changed files with 18 additions and 3 deletions

View File

@@ -855,7 +855,7 @@ static void test_reset_command_allocator(void)
todo(hr == E_FAIL, "Got unexpected hr %#x.\n", hr);
hr = ID3D12GraphicsCommandList_Close(command_list);
ok(SUCCEEDED(hr), "Close failed, hr %#x.\n", hr);
todo(SUCCEEDED(hr), "Close failed, hr %#x.\n", hr);
hr = ID3D12GraphicsCommandList_Reset(command_list, command_allocator, NULL);
todo(SUCCEEDED(hr), "Resetting command list failed, hr %#x.\n", hr);