enkisoftware / imgui_markdown

Markdown for Dear ImGui
zlib License
1.03k stars 69 forks source link

ImageCallback How to use? #20

Closed jiangyi0923 closed 2 years ago

jiangyi0923 commented 2 years ago

i need dx9 and dx11 methods

thank you

dougbinks commented 2 years ago

There is an example ImageCallback function in the Readme.md at https://github.com/juliettef/imgui_markdown

Loading DX9 and DX11 images is beyond the scope of this project, but there is more information and examples of how to load an ImTextureID on the Dear ImGui website.