hudhook 0.3.0

A graphics API hook with dear imgui render loop. Supports DirectX 11 and 12.
1
2
3
4
5
6
7
8
9
10
11
pub mod common;
pub mod render_engine;

mod buffers;
mod device_and_swapchain;
mod shader_program;
mod state_backup;
mod texture;

pub use common::*;
pub use render_engine::*;