How can i render into ImGui window to my game?

Started by
1 comment, last by ocornut 10 months ago

Hello,

I'm started new on DX11, I'm making a editor but i want a draw game viewport into ImGui window.

How can I do this?

Thanks a lot!

Advertisement

You need to render your game viewport into a texture.
See https://github.com/ocornut/imgui/wiki/Image-Loading-and-Displaying-Examples#rendering-your-game-scene-into-a-texture

This topic is closed to new replies.

Advertisement