I'm currently using two FBOs, each with an attached texture to render out normals and lighting. At present, I do two passes, one with the FBO/texure for the normals and another pass with the FBO/texture for the lighting.
I'm just wondering if there's any way to write/render to multiple textures in a single fragment shader pass?
Thanks