copying multiple render targets with glBlit...

Hi there,

Since there’s no way to copy a framebuffer that has multiple
color attachments, does anyone know of a generic way to do this ?
I can’t seem to figure it out… ( apart from writing dedicated
copy-shaders )

Thanks ?

I think copying the attachments one by one will be faster anyway.