Can't understand how to make ImGui rendering the texture with OpenGL #7920
Replies: 3 comments
-
I finnaly did it! It worked as it was expected! But i changed code a lot, i think it would be rude to pass it all here :) |
Beta Was this translation helpful? Give feedback.
-
Glad you did it! |
Beta Was this translation helpful? Give feedback.
-
Okay then, i hope it's really will be helpful for someone, so this is the whole code that worked for me
hope it helped :) |
Beta Was this translation helpful? Give feedback.
-
Hello there, i'm pretty stuck with the problem to generate the texture inside ImGui window, it's works with GLFW, but ImGui::Image do nothing right now, i was searching a lot on the internet, on the Discussion and Issues forums, i was trying to find the solution on the others project who was using ImGui, and i was rereading the imgui.h and .cpp files for answers, but i don't find any...
This is my MVP code
and it's create the main_window and map_window and glfw rendering the texture, but i don't see the ImGui window, and i actually want to render this inside ImGui window
Beta Was this translation helpful? Give feedback.
All reactions