3 Oct
2025
3 Oct
'25
7:39 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx10_43/tests/d3dx10.c:
hr = ID3DX10DataProcessor_Destroy(dp); ok(hr == S_OK, "Got unexpected hr %#lx.\n", hr);
+ /* Check that D3DX10_IMAGE_INFO argument is set. */
Nitpick, probably "filled" would be more appropriate than "set", if the idea is to check that `info` is filled when it's passed to the function via the `pSrcInfo` pointer. It's also possible I misunderstood the test... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9089#note_117571