glReadPixels while using FBO

Hi,

It’s similar to previous question.
Let’s assume eglMakeCurrent(defaultdpy, drawSurface, readSurface, glesContext)
If I am using FBO, from which surface glReadPixels will read?

Thanks

It will read from the currently bound FBO.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.