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
But the code inside auto_vk_toolkit.hpp will actually be troublesome if Auto-Vk-Toolkit is linked dynamically, since multiple context_vulkan instances will exists in different part of the code (one in so/dll, another in the main program because it's inlined).
I agree that it would be cool to have the possibility to build as dynamic library.
Unfortunately, I am currently unable to work on a refactoring like this, but pull requests are always welcome.
Hi,
Thanks for the library!
But the code inside auto_vk_toolkit.hpp will actually be troublesome if
Auto-Vk-Toolkit
is linked dynamically, since multiplecontext_vulkan
instances will exists in different part of the code (one in so/dll, another in the main program because it's inlined).The text was updated successfully, but these errors were encountered: