Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 840 Bytes

File metadata and controls

21 lines (14 loc) · 840 Bytes

D3D8TO9 + imgui

Posts

Using crosire's d3d8to9 you can render imgui re-using the same base.

Actually this uses d3d9 to render imgui, re-using d3d8to9 existing functions. The source only includes modified functions + imgui handler instead of the entire base to make it more simple. Btw you could simply use the og d3d8to9 base & render imgui with other module (or use my other post example)

Tested on 5517 client version & latest's dx8 game version.

Core code:

Demo:

Example Example2