Hello
What is the fastest:
-switching multiple FBO (with one texture for each) using glBindFramebufferEXT()
or
-switching associated texture (with only one FBO) using glFramebufferTexture2DEXT() ?
The result seems the same to me, but I wonder if one method has performance impact compared to the other..
thanks !



