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.