7 float global_variable = sin(angle) * scale;
9 /* This works around a bug in Apple's GLSL compiler. Their compiler won't allow
10 * a shader doesn't have any executable code.
12 void apple_work_around1() {}
17 float global_variable = sin(angle) * scale;
21 gl_Position = gl_Vertex;