You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
When using VulkanSharp on OS X i keep getting the error as follows:
So i remapped the DLL in the 'Vulkan.dll.config' file and used version 1.2.0 and it resolved the error.
From
to
But now it looks like the .config file is being overwritten sometimes by the build system so i have to keep changing the path back.
Cheers!