Commit 37954777 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11/tests: Trace feature level.

parent 877a4a73
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment