What are reserved variable names in GLSL?

GLSL built-in variables, ex: gl_position

Search for: GLSL built-in variables, ex: gl_position

aha found it: here is the spec link

No user defined variable may start with 'gl_'

Vertex shader special output variables

Search for: Vertex shader special output variables


gl_position
gl_pointSize
etc.

gl_vertex
gl_color
etc..

how do you pass built in input variables in opengl???

Search for: how do you pass built in input variables in opengl???

See this link about compatibility and errors