I am using ImGUI for both on-screen and off-screen rendering. The on-screen is rendered in screen-space as usual. The off-screen is for text and whatnot that I display on a billboard, posed in virtual ...
Hello I have an issue using the dockspace system while trying to render my game inside an Imgui window. Here's what I'm trying to do: 1/ I have a main ImGui window that takes all viewport size, with ...