What versions of GLSL can I use when writing my shaders ? I am asking because I see that the default vertex shader uses the varying keyword, and AFAIK this keyword is used in old versions of GLSL.
I just found this answer on StackOverflow, I guess it answers my question :P