https://bugs.winehq.org/show_bug.cgi?id=54761
Bug ID: 54761 Summary: D3D12CreateDevice no longer in ABI of libvkd3d-utils.so.1 Product: vkd3d Version: 1.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vkd3d Assignee: wine-bugs@winehq.org Reporter: smcv@collabora.com Distribution: ---
While looking at updating Debian's vkd3d package from 1.2 to 1.7, I noticed that `D3D12CreateDevice@VKD3D_1_0` disappeared from the ABI of libvkd3d-utils.so.1. Was this intentional?
(D3D12CreateDeviceVKD3D@VKD3D_1_0 is still there, but if I'm understanding the intention of this library correctly, D3D12CreateDevice@VKD3D_1_0 should have continued to be present for backwards compat with older library binaries.)