I did not seen any built in variable to access currently rendered pixel color and depth - I mean not the currently processed pixel but already processed pixel, available in the frame buffer (in case of a multipasse rendering).
What I'm talking about would be a kind of gl_FragColor or gl_FragDepth but giving current frame buffer color and depth for the current pixel processed. Do you know how to access it ?



