16 Oct
2025
16 Oct
'25
11:23 a.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx10_43/texture.c:
goto end; }
- load_info->MipLevels = img_info.MipLevels; + max_mip_levels = d3dx_get_max_mip_levels_for_size(load_info->Width, load_info->Height, load_info->Depth);
Nitpicky and probably subjective, but I'd find it slightly clearer if this was e.g. `max_mip_level_count`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9155#note_118696