On Sun, Dec 27, 2020 at 11:57 PM Chip Davis <cdavis@codeweavers.com> wrote:
December 27, 2020 6:03 PM, "Dean M Greer" <gcenx83@gmail.com> wrote:

> macOS uses libMoltenVK, finding libVulkan on macOS causes libMoltenVK to be ignored and Wine is
> unable to interact with the Vulkan loader on macOS.

If that's true, then we need to fix that. It should be possible to use MoltenVK as an ICD through the Vulkan loader.


Chip


I don’t remember the error code off hand just that when compiled with libvulkan wine64 didn’t have functional Vulkan support.

Cube/Vulkan info etc could find libMoltenVK with the ICD file I’d setup within my user but wine64 didn’t.

Dean M Greer