1uniform float unknownInput; 2 3void main() { 4 @if (unknownInput < 10) { 5 sk_FragColor = half4(1); 6 } 7} 8