Archive 17/01/2023.

Does Urho3D support multithreaded rendering?

Sunc

For example, common techniques support this feature by creating another thread to do rendering commands execution, one or two command queue is maintained.

Eugene

While some rendering-related work is outsourced to worker threads, Urho uses single draw command queue executed in the main thread.