GLSL shader problem

Just checked in a fix. Will be in 1.8.1. All attribute inputs should now work correctly, you can even mix-and-match ‘gl_Vertex’, ‘p3d_Vertex’ and ‘vertex’, although not recommended.

gl_Texture0 does not exist, as far as I know, so it does not work. Use p3d_Texture0 instead.