5 const float global_constant = 1.0;
9 gl_Position = gl_Vertex;
13 const float global_constant = 2.0;
15 /* This works around a bug in Apple's GLSL compiler. Their compiler won't allow
16 * a shader doesn't have any executable code.
18 void apple_work_around2() {}