Hello,
we're are wondering if eglCreateWindowSurface can be used for off-screen rendering and benefit from the eglSwapBuffers function instead of using the time consuming function glReadPixels.
Or should we only use eglCreatePbufferSurface which we know is made for off-screen rendering?
Thanks,
Tanguy