hudhook 0.3.0

A graphics API hook with dear imgui render loop. Supports DirectX 11 and 12.
1
2
3
// TODO: Consider making local versions of gl_loader and imgui opengl renderer,
// but this works for the time being
pub use {gl_loader, imgui_opengl_renderer};