Replies: 1 comment 1 reply
-
Version: https://www.nuget.org/packages/Vortice.Vulkan/1.7.4 supports vkInitialize with optional libraryName parameter. Cheers! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to change the hard-coded import paths in the
vkInitialize
method for certain platforms, but to do so I have to build my own binaries and change the paths in the code manually.It would be awesome to be able to change the paths used by
vkInitialize
(parameters fordlopen
andLoadLibrary
) with some optional parameters or similar etc.Beta Was this translation helpful? Give feedback.
All reactions