Kawe Mazidjatari 6cf88dc16c Engine: render ImGui in main thread and fix many threading bugs
ImGui drawing code now takes place in the main thread, a snapshot of the render data is created in CMaterialSystem::SwapBuffers(), and is being rendered in the render thread right before SpinPresent().

The reason why this was necessary, is because ConVar::GetString() isn't thread safe if its not marked FCVAR_MATERIAL_SYSTEM_THREAD or FCVAR_ACCESSIBLE_FROM_THREADS, and we used it for the console suggestions window, which iterates over every ConVar, accessible from threads or not.
2024-04-05 18:17:12 +02:00
..
2024-04-05 18:02:39 +02:00
2023-04-06 23:50:48 +02:00
2024-04-05 16:39:22 +02:00
2024-04-05 18:13:32 +02:00
2024-04-05 17:56:51 +02:00
2023-04-06 23:50:48 +02:00
2023-08-22 01:11:49 +02:00
2023-08-29 22:05:20 +02:00
2023-06-05 01:45:33 +02:00
2023-04-06 23:50:48 +02:00
2024-04-05 17:21:08 +02:00
2024-04-05 17:56:54 +02:00
2024-04-05 18:01:23 +02:00
2024-04-05 18:01:23 +02:00
2024-04-05 17:12:51 +02:00
2024-04-05 17:12:51 +02:00