12 const bvec2 v_true = bvec2(true, true);
13 const bvec2 v_some = bvec2(true, false);
14 const bvec2 v_none = bvec2(false, false);
15 const bool true1 = any(v_true);
16 const bool true2 = any(v_some);
17 const bool false1 = any(v_none);
18 gl_FragColor = vec4(float(true1), float(true2), float(false1), 1.0);
22 clear color 0.0 0.0 0.0 0.0
26 probe rgb 15 15 1.0 1.0 0.0