2 lines
74 B
Plaintext
2 lines
74 B
Plaintext
|
in half4 a, b; void main() { sk_FragColor.x = lessThan(a, b).x ? 1 : 0; }
|