glBlitFramebufferEXT with a shader

Hi,

I would like to know if it is possible to replace the functionality of glBlitFramebufferEXT with a shader? At the moment I use glBlitFramebufferEXT only to resolve a multisample FBO into a single sample FBO but I was wondering if it would be possible to do other stuff in the same pass.

(I suspect the answer is no but I thought it is worth a question).

Thanks.

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