On Mon Oct 6 18:56:19 2025 +0000, Rémi Bernon wrote:
Because MinGW import lib has them.
Ok, I quick dumped dxgi and d3d11 exports on Windows dll. DXGI doesn't seem to export any D3DKMT functions at all, is it right to export those from dxgi.dll?
d3d11 does export a bunch, but from the look of winedump doesn't look like they are forwarded. How exactly that is broken now without adding anything? If that is for calling those functions from Wine that should be correctly resolved to gdi I guess? And if that is about calling D3DKMT functions from dxvk, maybe the best bet for now in this case do that with GetProcAddress there? Before we know what does it mean that those functions are dupicated in d3d11 and what those versions are supposed to do.