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