Awesome to see an imgui hook example for Vulkan. This is the only example I could find! 😄
When injecting for Valheim, it appears to inject fine. However the imgui menu is not showing.

Steps to reproduce
Download Vulkan SDK.
Un-comment #define ENABLE_BACKEND_VULKAN in backend.hpp.
Open project in Visual Studio 2022.
Re-include imgui_impl_vulkan files.
Compile project.
Start Valheim using Vulkan.
Inject dll.
Awesome to see an imgui hook example for Vulkan. This is the only example I could find! 😄
When injecting for Valheim, it appears to inject fine. However the imgui menu is not showing.
Steps to reproduce
Download Vulkan SDK.
Un-comment
#define ENABLE_BACKEND_VULKANin backend.hpp.Open project in Visual Studio 2022.
Re-include
imgui_impl_vulkanfiles.Compile project.
Start Valheim using Vulkan.
Inject dll.