[PATCH] d3d11/test: Test for ID3D11InfoQueue interface

Henri Verbeet hverbeet at gmail.com
Wed May 11 06:11:06 CDT 2016


On 11 May 2016 at 08:15, Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
> @@ -6795,7 +6802,8 @@ static void test_getdc(void)
>  START_TEST(d3d11)
>  {
>      test_create_device();
> -    test_device_interfaces();
> +    test_device_interfaces(0);
> +    test_device_interfaces(D3D11_CREATE_DEVICE_DEBUG);
I think it makes more sense to just handle this inside
test_device_interfaces(). Note that d3d10 has an equivalent interface.



More information about the wine-devel mailing list