2 lines
76 B
Plaintext
2 lines
76 B
Plaintext
uniform half a, b, c; void main() { sk_FragColor.x = smoothstep(a, b, c); }
|
uniform half a, b, c; void main() { sk_FragColor.x = smoothstep(a, b, c); }
|