Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them.  This does not include built-in constants yet (other than MaxClipDistances), just the non-constants.


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23551 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/Test/400.geom b/Test/400.geom
index f8af8b2..cf93da3 100644
--- a/Test/400.geom
+++ b/Test/400.geom
@@ -6,4 +6,6 @@
     EndStreamPrimitive(0);

     EmitVertex();

     EndPrimitive();

+

+    int id = gl_InvocationID;

 }