5 float global_variable = 2.0;
7 /* This works around a bug in Apple's GLSL compiler. Their compiler won't allow
8 * a shader doesn't have any executable code.
10 void apple_work_around2() {}
13 float global_variable = 2.0;
17 gl_Position = gl_Vertex;