Meuitm rendering thread exception

broken image
broken image

The logic thread is the main thread (this thread creates the window and the device) and runs the mainloop (and the windows procedure events).Īll rendering calls are done only from the rendering thread (VSYNC is enabled). The tasks are organized in 3 threads (logic, load, render). I've recently added multithreading rendering support to my engine (W32,D3D9).