10 gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
23 s t1 = s(true, bool(42.0), pos.x > -20000.0, bool(111));
25 float r = ( float(all(bvec4(!t1.x, t1.y, t1.z, t1.w)))
26 + float(all(bvec4( t1.x, !t1.y, t1.z, t1.w)))
27 + float(all(bvec4( t1.x, t1.y, !t1.z, t1.w)))
28 + float(all(bvec4( t1.x, t1.y, t1.z, !t1.w))));
30 float g = float(all(bvec4(t1.x, t1.y, t1.z, t1.w)));
32 gl_FragColor = vec4(r, g, 0.0, 1.0);
37 clear color 0.5 0.5 0.5 0.5
40 probe rgb 15 15 0.0 1.0 0.0