You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I remember, OpenGL requires to run GPU related operations in the main thread, so I use mainthread to archive that.
And at that time, I'm using golang wrapper of glfw to write a backend manually, which works great on linux/Mac/windows, for now, we are using glfw backend directly from Imgui right? Maybe we don't need mainthread anymore? Like the backend example in cimgui shows.
We use mainthread libraries to allow giu commands on any thread (when imgui requires to run on main)
We currently have implementations for macos and linux but for windows none works.
The text was updated successfully, but these errors were encountered: