blob: 41660bde609bb5ef29ca18b3d67daba06f994b9f [file] [log] [blame]
uniform half a, b, c; void main() { sk_FragColor.x = smoothstep(a, b, c); }