Pulling an Imgui window out of the main glfw window freezes everything #6952
Replies: 2 comments 1 reply
-
The vulcan example works perfectly well, I only see the problem with opengl example. |
Beta Was this translation helpful? Give feedback.
-
There is a significant number of critical function calls missing in the snippet you provided. You either snipped too much or you need to revisit Based on the issue you're describing I suspect you're missing a call to imgui/examples/example_glfw_opengl3/main.cpp Lines 191 to 200 in 2a6d7b1 When using the |
Beta Was this translation helpful? Give feedback.
-
Hello! First time user here.
I am using the docking branch of v1.89.9 on ubuntu. When I build the example_glfw_opengl3 demo using the following CMakelists.txt file. I run into some weird issues.
The only difference with the code on the repo is the following to add multi-viewport functionality.
The weird behaviour I see is that, When I pull the imgui window out of the glfw window everything in glfw window freezes but the imgui panel continues to function. And when I pull the imgui panel back into the glfw window, the imgui window disappears everything is still frozen in the glfw window.
Any help would be appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions