Nemirtingas / ingame_overlay

GNU General Public License v3.0
14 stars 4 forks source link

This is such a great project which I learned a lot from it. #2

Closed csyslabs closed 3 years ago

csyslabs commented 3 years ago

I just wanna thnx. For dx12 games, I actually hooked the present vT function which works fine for me, but I learned the reset render state stuff from this project. I am learning the vulkan API recent days planning to implement the vulkan imgui hook.

Great project~!

Nemirtingas commented 3 years ago

Thanks for the feedback. I'm still learning how the different rendering apis works but hooking Vulkan seems more complicated to setup for ImGui.