Docs.rs
hudhook-0.3.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hudhook 0.3.0
A graphics API hook with dear imgui render loop. Supports DirectX 11 and 12.
Crate
Source
Builds
Feature flags
Hide files
..
imgui_dx11
imgui_dx12.rs
imgui_dx9.rs
imgui_opengl3.rs
mod.rs
1
2
3
4
5
//!
Engine-specific renderers.
pub
mod
imgui_dx11
;
pub
mod
imgui_dx12
;
pub
mod
imgui_dx9
;