Skip to content
matricks edited this page Dec 31, 2011 · 7 revisions

This branch I'm doing work on removing the OpenGL render calls from the main thread into a new separate thread.

Reason

The reason to do this is to make so that the network, input and game can update without waiting for the vsync:ed flip. This will reduce the latency in the network and input.

Clone this wiki locally