10 Oct
2023
10 Oct
'23
8:55 a.m.
Giovanni Mascellani (@giomasce) commented about tests/d3d12.c:
ok(hr == E_INVALIDARG, "Test %u: Got unexpected hr %#x.\n", i, hr); }
+ if (SUCCEEDED(ID3D12Device_QueryInterface(device, &IID_ID3D12Device4, (void **)&device4)))
Do we have a way to annotate a condition so that it's always expected to pass for vkd3d, even if it can fail for native? It would be something that we want here. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/399#note_48179