Ok, thank you.
I am interested in enabling parallelism between some threads (the typical Update/Render paradigm). Could you tell me some advice about it?
The fact is that I have researched 'bout this, but every page I found talks about double buffer in DirectX 9. You know, the application updates one frame, while the runtime manages ...