https://bugs.winehq.org/show_bug.cgi?id=43935
amazzy mazzarito@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mazzarito@gmail.com
--- Comment #18 from amazzy mazzarito@gmail.com ---
From what I can tell the root of this issue is that the Vulkan implementation
in wine-staging is only up to 1.0.30, and this particular extension was added in 1.0.39 (see https://www.phoronix.com/scan.php?page=news_item&px=Vulkan-1.0.39-Releas...)
I have no idea how to do this either but it seems like the methods are simply redirected to the runtime installed on the system... See the patch here:
https://github.com/wine-compholio/wine-staging/blob/master/patches/vulkan-Vu...
So hopefully this can happen pretty easily ... Would love to hear from someone who actually knows though.