11 May
2016
11 May
'16
6:11 a.m.
On 11 May 2016 at 08:15, Alistair Leslie-Hughes <leslie_alistair(a)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.