UniversalHookX icon indicating copy to clipboard operation
UniversalHookX copied to clipboard

ImGui window doesn't show for Valheim - Vulkan

Open FoxMaccloud opened this issue 1 year ago • 23 comments

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.

image

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.

FoxMaccloud avatar Jan 18 '23 22:01 FoxMaccloud