Does anyone know if openGL clamps to [0..1] the color values when a FBO it set?
If I need to store a per-fragment value that lies outside the range [0..1], which output fragment shader variable I must use?
I read in an article that is possible to store these values in texture coordinates, this wans't really clear to me.
Thanks in advance.



