d3d11/tests: Trace feature level.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2016-03-14 00:03:09 +01:00 committed by Alexandre Julliard
parent 877a4a733f
commit 37954777d5
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ static void test_create_device(void)
}
supported_feature_level = ID3D11Device_GetFeatureLevel(device);
trace("Feature level %#x.\n", supported_feature_level);
ID3D11Device_Release(device);
hr = D3D11CreateDevice(NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, 0, NULL, 0, D3D11_SDK_VERSION, NULL, NULL, NULL);