On Mon Oct 6 17:03:18 2025 +0000, Connor McAdams wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/9089/diffs?diff_id=214564&start_sha=3994a075cd9dfab92fcc7c6af29fc1a6a357a251#7af4349b75c315543424998c70f7c31a2fc44f6a_1835_1790)
I've split this into two separate functions now: `check_texture2d_desc()` which takes two `D3D10_TEXTURE2D_DESC` structures, and then a `check_texture2d_desc_values()` function that packs the arguments into a `D3D10_TEXTURE2D_DESC` before passing them to `check_texture2d_desc()`. Hopefully that's better.