As some of you guys have actually developed a working games with LWJGL, I’d like to know how the use of buffers affect the rendering speed?
For example is it better to build your own rotation matrix instead of letting the gl do the calls through buffers? What about minimizing the use of buffers with doing more stuff java side. I haven’t seen any NIO benchmarks so how would I know.
So, how big is it really?
