16 Oct
2025
16 Oct
'25
11:23 a.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx10_43/texture.c:
goto end;
src_desc = get_d3dx_pixel_format_info(image.format); - loaded_mip_levels = min(img_info.MipLevels, load_info->MipLevels); + loaded_mip_levels = min((img_info.MipLevels - load_info->FirstMipLevel), load_info->MipLevels);
Same here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9155#note_118699