Hi, Im trying to make a multihreaded imgui overlay. I have a main menu but i want to draw to another window too at the same time using imgui.
I tried everything like SetContext and mutex locking too but my code always fails as soon as i start to init / render my new imgui window in my thread.
I...