uniform half a, b, c; void main() { sk_FragColor.x = smoothstep(a, b, c); }