Re: [PATCH 7/7] d3d11/tests: Add test for device interfaces.
20 Aug
2015
20 Aug
'15
9:09 a.m.
On 20 August 2015 at 01:48, Józef Kucia <jkucia(a)codeweavers.com> wrote:
+ hr = ID3D11Device_QueryInterface(device, &IID_ID3D10Device1, (void **)&iface); + todo_wine ok(hr == E_NOINTERFACE, "Device should not ID3D10Device1 interface, hr %#x.\n", hr); I think you're missing an "implement" here.
3857
Age (days ago)
3857
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet