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