void main() { float x = sqrt(25); float y = 10; @if (x < y) { sk_FragColor = half4(1); } }