How slow is FrameBuffer.getOutputBuffer()

Started by qcrist, September 08, 2011, 07:23:18 PM

Previous topic - Next topic

qcrist

How slow is FrameBuffer.getOutputBuffer()?

When I used this method, I did not see any major performance changes.

EgonOlsen

Depends on the renderer, the graphics hardware, the OS, the drivers...when using the software renderer, it's free. When using the hardware renderer, it isn't. But there's no fixed delay that it causes...it simply depends on a lot of things. If you can avoid it, then avoid it.

qcrist

Ok.


How mutch faster is the ogl renderer than the software renderer?

EgonOlsen

That depends on the scene and if compiled objects are being used or not. I would say something between 10 times and a 1000+ times faster.